Add missing --version parameter to help screen

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster 2020-03-07 06:20:00 +01:00
parent aa5556b7d0
commit 6685722cb3
No known key found for this signature in database
GPG key ID: 00819E3BF4177B28

View 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"