[Pkg-owncloud-commits] [owncloud-client] 08/69: options are required at the beginning of owncloudcmd.

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 7 19:41:05 UTC 2014


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

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 2498c130782412f27bd42ed22dfdafad4a68d623
Author: Brandon Coleman <metrix1978 at gmail.com>
Date:   Sun Oct 26 15:33:50 2014 -0500

    options are required at the beginning of owncloudcmd.
    
    Conflicts:
    	src/owncloudcmd/owncloudcmd.cpp
---
 src/owncloudcmd/owncloudcmd.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/owncloudcmd/owncloudcmd.cpp b/src/owncloudcmd/owncloudcmd.cpp
index 9ac7e3a..62007b2 100644
--- a/src/owncloudcmd/owncloudcmd.cpp
+++ b/src/owncloudcmd/owncloudcmd.cpp
@@ -138,7 +138,7 @@ void help()
 
     std::cout << binaryName << " - command line " APPLICATION_NAME " client tool" << std::endl;
     std::cout << "" << std::endl;
-    std::cout << "Usage: " << binaryName << " <sourcedir> <owncloudurl>" << std::endl;
+    std::cout << "Usage: " << binaryName << " [OPTION] <source_dir> <server_url>" << std::endl;
     std::cout << "" << std::endl;
     std::cout << "A proxy can either be set manually using --httpproxy or it" << std::endl;
     std::cout << "uses the setting from a configured sync client." << std::endl;

-- 
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