Skip to content

Commit 863bb94

Browse files
authored
Mention the manual page and "onedriver --help" in the README (#388)
* Mention the manual page and "onedriver --help" in the README Extended the paragraph after "Microsoft OneDrive works on Linux" to mention the availability of the man page and "onedriver --help", so users have a way to get a list with all the available arguments to run onedriver. * Remove some unnecessary whitespace in the README
1 parent de0e0dd commit 863bb94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ account to Linux with onedriver, and call it a day.
3333
**Microsoft OneDrive works on Linux.**
3434

3535
Getting started with your files on OneDrive is as easy as running:
36-
`onedriver /path/to/mount/onedrive/at` (there's also a helpful GUI!).
36+
`onedriver /path/to/mount/onedrive/at` (there's also a helpful GUI!). To get a
37+
list of all the arguments onedriver can be run with you can read the manual page
38+
by typing `man onedriver` or get a quick summary with `onedriver --help`.
3739

3840
## Key features
3941

@@ -141,7 +143,6 @@ NixOS and Nix users can install onedriver from
141143
either by adding the package to their system's configuration (if they are using
142144
NixOS) or by installing it manually via `nix-env -iA unstable.onedriver`.
143145

144-
145146
## Multiple drives and starting OneDrive on login via systemd
146147

147148
**Note:** You can also set this up through the GUI via the `onedriver-launcher`

0 commit comments

Comments
 (0)