From 2498c130782412f27bd42ed22dfdafad4a68d623 Mon Sep 17 00:00:00 2001 From: Brandon Coleman Date: Sun, 26 Oct 2014 15:33:50 -0500 Subject: [PATCH] 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 9ac7e3a0b..62007b273 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 << " " << std::endl; + std::cout << "Usage: " << binaryName << " [OPTION] " << 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;