From: Daniel Molkentin Date: Wed, 6 Jan 2016 21:33:39 +0000 (+0100) Subject: Document all owncloudcmd switches in man page/doc X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1254^2~101 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=51a70cee3d08d477d9a724bd93ccdfd37fb874f6;p=nextcloud-desktop.git Document all owncloudcmd switches in man page/doc Fixes #4290 --- diff --git a/doc/owncloudcmd.1.rst b/doc/owncloudcmd.1.rst index e41eea71c..b00c77199 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 245b166dc..a81336662 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:]:`` - 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 ~~~~~~~~~~~~~~~~~~~