-
Notifications
You must be signed in to change notification settings - Fork 808
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorporate doc fixes from pull request #6122s
Fix issues on manpages Signed-off-by: Claudio Cambra <[email protected]>
- Loading branch information
1 parent
b8fe7ba
commit 65f2ca7
Showing
4 changed files
with
45 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
``--path`` | ||
Overrides default remote root folder to a specific subfolder on the server(e.g.: /Documents would sync the Documents subfolder on the server) | ||
|
||
``--user``, ``-u`` `<user>` | ||
Use ``user`` as the login name. | ||
|
||
``--password``, ``-p`` `<password>` | ||
Use `password` as the password. | ||
|
||
``-n`` | ||
Use :manpage:`netrc(5)` for login. | ||
|
||
``--non-interactive`` | ||
Do not prompt for questions. | ||
|
||
``--silent``, ``--s`` | ||
Inhibits verbose log output. | ||
|
||
``--trust`` | ||
Trust any SSL certificate, including invalid ones. | ||
|
||
``--httpproxy`` `http://[user@pass:]<server>:<port>` | ||
Uses `server` as HTTP proxy. | ||
|
||
``--exclude`` `<file>` | ||
Exclude list file | ||
|
||
``--unsyncedfolders`` `<file>` | ||
File containing the list of unsynced folders (selective sync) | ||
|
||
``--max-sync-retries`` `<n>` | ||
Retries maximum n times (defaults to 3) | ||
|
||
``-h`` | ||
Sync hidden files,do not ignore them |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters