options are required at the beginning of owncloudcmd.

This commit is contained in:
Brandon Coleman 2014-10-26 15:33:50 -05:00
parent e5b03634ae
commit ece1100d65

View file

@ -140,7 +140,7 @@ void help()
std::cout << binaryName << " - command line " APPLICATION_NAME " client tool" << std::endl;
std::cout << "" << std::endl;
std::cout << "Usage: " << binaryName << " <source_dir> <server_url>" << 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." << std::endl;
std::cout << "Otherwise, the setting from a configured sync client will be used." << std::endl;