[Pkg-owncloud-commits] [owncloud-client] 76/171: Document all owncloudcmd switches in man page/doc

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Feb 17 09:36:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to annotated tag upstream/2.1.1+dfsg
in repository owncloud-client.

commit 51a70cee3d08d477d9a724bd93ccdfd37fb874f6
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Wed Jan 6 22:33:39 2016 +0100

    Document all owncloudcmd switches in man page/doc
    
    Fixes #4290
---
 doc/owncloudcmd.1.rst | 12 ++++++++++++
 doc/owncloudcmd.rst   | 31 ++++++++++++++++++++-----------
 2 files changed, 32 insertions(+), 11 deletions(-)

diff --git a/doc/owncloudcmd.1.rst b/doc/owncloudcmd.1.rst
index e41eea7..b00c771 100644
--- a/doc/owncloudcmd.1.rst
+++ b/doc/owncloudcmd.1.rst
@@ -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``
diff --git a/doc/owncloudcmd.rst b/doc/owncloudcmd.rst
index 245b166..a813366 100644
--- a/doc/owncloudcmd.rst
+++ b/doc/owncloudcmd.rst
@@ -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
 ~~~~~~~~~~~~~~~~~~~
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list