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:
aa5556b
)
Add missing --version parameter to help screen
author
Michael Schuster
<michael@schuster.ms>
Sat, 7 Mar 2020 05:20:00 +0000
(06:20 +0100)
committer
Michael Schuster
<michael@schuster.ms>
Sat, 7 Mar 2020 05:20:00 +0000
(06:20 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/application.cpp
patch
|
blob
|
history
diff --git
a/src/gui/application.cpp
b/src/gui/application.cpp
index 4cfcab31d265664ad349ac653594600488d404ac..1110d83fe629ee9e0f67fbfc2e87a2c534178cad 100644
(file)
--- a/
src/gui/application.cpp
+++ b/
src/gui/application.cpp
@@
-65,6
+65,7
@@
namespace {
static const char optionsC[] =
"Options:\n"
" -h --help : show this help screen.\n"
+ " --version : show version information.\n"
" --logwindow : open a window to show log output.\n"
" --logfile <filename> : write log output to file <filename>.\n"
" --logdir <name> : write each sync log output in a new file\n"