Document all owncloudcmd switches in man page/doc
authorDaniel Molkentin <danimo@owncloud.com>
Wed, 6 Jan 2016 21:33:39 +0000 (22:33 +0100)
committerDaniel Molkentin <danimo@owncloud.com>
Wed, 6 Jan 2016 21:33:39 +0000 (22:33 +0100)
Fixes #4290

doc/owncloudcmd.1.rst
doc/owncloudcmd.rst

index e41eea71ce6ab739df817cf8bf89a1a9baeaea19..b00c771996b21f05630d4db7a48aff954b837f6b 100644 (file)
@@ -56,6 +56,18 @@ OPTIONS
 ``--davpath [path]``
       Overrides the WebDAV Path with ``path``
 
+``--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
+
 Example
 =======
 To synchronize the ownCloud directory ``Music`` to the local directory ``media/music``
index 245b166dc7fbc1c3ab867697d9b4418ad9de9b32..a813366627754facdb7f260ff4d53dd79a2a98d9 100644 (file)
@@ -19,28 +19,25 @@ the server URL.
 Other command line switches supported by ``owncloudcmd`` include the following:
 
 ``--user``, ``-u`` ``[user]``
-      Specify the user's login name.
+       Use ``user`` as the login name.
 
 ``--password``, ``-p`` ``[password]``
-      Specify the user's password.
+       Use ``password`` as the password.
 
 ``-n``
-      Use ``netrc (5)`` for login.
+       Use ``netrc (5)`` for login.
 
 ``--non-interactive``
-      Do not prompt for questions.
+       Do not prompt for questions.
 
-``--silent``, ``-s``
-      Inhibits verbose log output.
+``--silent``, ``--s``
+       Inhibits verbose log output.
 
 ``--trust``
-      Trust any SSL certificate, including invalid ones.
+       Trust any SSL certificate, including invalid ones.
 
 ``--httpproxy  http://[user@pass:]<server>:<port>``
-      Uses the specified ``server`` as the HTTP proxy.
-      
-``--unsyncedfolders [file]`` 
-      File containing list of folders to not sync
+      Uses ``server`` as HTTP proxy.
 
 ``--nonshib``
       Uses Non Shibboleth WebDAV Authentication
@@ -48,6 +45,18 @@ Other command line switches supported by ``owncloudcmd`` include the following:
 ``--davpath [path]``
       Overrides the WebDAV Path with ``path``
 
+``--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
+
 Credential Handling
 ~~~~~~~~~~~~~~~~~~~