Add missing --version parameter to help screen
authorMichael Schuster <michael@schuster.ms>
Sat, 7 Mar 2020 05:20:00 +0000 (06:20 +0100)
committerMichael 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

index 4cfcab31d265664ad349ac653594600488d404ac..1110d83fe629ee9e0f67fbfc2e87a2c534178cad 100644 (file)
@@ -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"