owncloudcmd: Explain --debug parameter
authorMarkus Goetz <markus@woboq.com>
Wed, 21 Jun 2017 08:01:32 +0000 (10:01 +0200)
committerMarkus Goetz <markus@woboq.com>
Wed, 21 Jun 2017 08:01:32 +0000 (10:01 +0200)
src/cmd/cmd.cpp

index 0535875cd411a6c320671ea15183b0c895e70ca7..762c27eb6821becf67b9f131de0736a7d75b6cf9 100644 (file)
@@ -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);
 }