projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d24a2d
)
owncloudcmd: Explain --debug parameter
author
Markus Goetz
<markus@woboq.com>
Wed, 21 Jun 2017 08:01:32 +0000
(10:01 +0200)
committer
Markus Goetz
<markus@woboq.com>
Wed, 21 Jun 2017 08:01:32 +0000
(10:01 +0200)
src/cmd/cmd.cpp
patch
|
blob
|
history
diff --git
a/src/cmd/cmd.cpp
b/src/cmd/cmd.cpp
index 0535875cd411a6c320671ea15183b0c895e70ca7..762c27eb6821becf67b9f131de0736a7d75b6cf9 100644
(file)
--- 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);
}