From 6685722cb35bf7ab3801a7728826ff1e9e6dad38 Mon Sep 17 00:00:00 2001 From: Michael Schuster Date: Sat, 7 Mar 2020 06:20:00 +0100 Subject: [PATCH] Add missing --version parameter to help screen Signed-off-by: Michael Schuster --- src/gui/application.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2