changeset 552:a59e318c3f72

Improve usage message for --debug
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 14 Feb 2020 14:35:28 +0100
parents d44ee9cd7261
children 1a179ed1c9d7
files getan/main.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/getan/main.py	Wed Feb 12 13:10:44 2020 +0100
+++ b/getan/main.py	Fri Feb 14 14:35:28 2020 +0100
@@ -57,7 +57,7 @@
                         help='create databasefile if necessary and exit')
     parser.add_argument('-d', '--debug', action='store_const', dest='loglevel',
                         default=logging.NOTSET, const=logging.DEBUG,
-                        help='Enable debung mode')
+                        help='set log level to DEBUG')
     parser.add_argument('-l', '--logfile',
                         help='''write log information to FILE [default:
                         %(default)s]''', default='getan.log')
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)