From: Michael Schuster Date: Sat, 7 Mar 2020 05:20:00 +0000 (+0100) Subject: Add missing --version parameter to help screen X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~323^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6685722cb35bf7ab3801a7728826ff1e9e6dad38;p=nextcloud-desktop.git Add missing --version parameter to help screen Signed-off-by: Michael Schuster --- diff --git a/src/gui/application.cpp b/src/gui/application.cpp index 4cfcab31d..1110d83fe 100644 --- 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 : write log output to file .\n" " --logdir : write each sync log output in a new file\n"