From: Arvin Schnell Date: Tue, 25 Apr 2023 07:01:41 +0000 (+0200) Subject: - improved error logging X-Git-Tag: v0.10.5~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F811%2Fhead;p=thirdparty%2Fsnapper.git - improved error logging --- diff --git a/client/GlobalOptions.cc b/client/GlobalOptions.cc index 966c1065..eee8dc63 100644 --- a/client/GlobalOptions.cc +++ b/client/GlobalOptions.cc @@ -40,6 +40,7 @@ namespace snapper return string(_(" Global options:")) + '\n' + _("\t--quiet, -q\t\t\tSuppress normal output.") + '\n' + _("\t--verbose, -v\t\t\tIncrease verbosity.") + '\n' + + _("\t--debug\t\t\t\tTurn on debugging.") + '\n' + _("\t--utc\t\t\t\tDisplay dates and times in UTC.") + '\n' + _("\t--iso\t\t\t\tDisplay dates and times in ISO format.") + '\n' + _("\t--table-style, -t