From: Markus Goetz Date: Wed, 21 Jun 2017 08:01:32 +0000 (+0200) Subject: owncloudcmd: Explain --debug parameter X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~710^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f44d3914ef0e69dc3c70d03f85656058ab1484bc;p=nextcloud-desktop.git owncloudcmd: Explain --debug parameter --- diff --git a/src/cmd/cmd.cpp b/src/cmd/cmd.cpp index 0535875cd..762c27eb6 100644 --- a/src/cmd/cmd.cpp +++ b/src/cmd/cmd.cpp @@ -188,6 +188,7 @@ void help() std::cout << " --downlimit [n] Limit the download speed of files to n KB/s" << std::endl; std::cout << " -h Sync hidden files,do not ignore them" << std::endl; std::cout << " --version, -v Display version and exit" << std::endl; + std::cout << " --debug More verbose logging" << std::endl; std::cout << "" << std::endl; exit(0); }