options are required at the beginning of owncloudcmd.

Conflicts:
	src/owncloudcmd/owncloudcmd.cpp
This commit is contained in:
Brandon Coleman 2014-10-26 15:33:50 -05:00 committed by Daniel Molkentin
parent ab5dae741a
commit 2498c13078

View file

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