diff --git a/doc/owncloudcmd.1.rst b/doc/owncloudcmd.1.rst index 6dc06a9f54..e41eea71ce 100644 --- a/doc/owncloudcmd.1.rst +++ b/doc/owncloudcmd.1.rst @@ -50,6 +50,12 @@ OPTIONS ``--httpproxy http://[user@pass:]:`` Uses ``server`` as HTTP proxy. +``--nonshib`` + Uses Non Shibboleth WebDAV Authentication + +``--davpath [path]`` + Overrides the WebDAV Path with ``path`` + Example ======= To synchronize the ownCloud directory ``Music`` to the local directory ``media/music`` diff --git a/doc/owncloudcmd.rst b/doc/owncloudcmd.rst index 4fc100bb44..245b166dc7 100644 --- a/doc/owncloudcmd.rst +++ b/doc/owncloudcmd.rst @@ -42,6 +42,12 @@ Other command line switches supported by ``owncloudcmd`` include the following: ``--unsyncedfolders [file]`` File containing list of folders to not sync +``--nonshib`` + Uses Non Shibboleth WebDAV Authentication + +``--davpath [path]`` + Overrides the WebDAV Path with ``path`` + Credential Handling ~~~~~~~~~~~~~~~~~~~