From 0f274b8f08426db9de77766747bfbcdf031be088 Mon Sep 17 00:00:00 2001 From: kaliko Date: Tue, 14 Jan 2014 21:04:57 +0100 Subject: [PATCH] Fix help message for --log-level --- sima/utils/startopt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sima/utils/startopt.py b/sima/utils/startopt.py index 84cd4e7..04df3b4 100644 --- a/sima/utils/startopt.py +++ b/sima/utils/startopt.py @@ -60,7 +60,7 @@ OPTS = [ 'type': str, 'dest': 'verbosity', 'choices': ['debug', 'info', 'warning', 'error'], - 'help': 'file to log message to, default is stdout/stderr'}, + 'help': 'Log messages verbosity, default is info'}, { 'sw': ['-p', '--pid'], 'dest': 'pidfile', -- 2.39.2