X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Futils%2Fstartopt.py;h=33e89b1988291fba038a438c064e24972b8e076c;hb=ce32823ab9d41112d989f4543432926eb38487e6;hp=84cd4e74be3dbfeb0ed25f4ec34f6f6e9f08de5e;hpb=768258a4d68e62818f0663ce6046fbac95565900;p=mpd-sima.git diff --git a/sima/utils/startopt.py b/sima/utils/startopt.py index 84cd4e7..33e89b1 100644 --- a/sima/utils/startopt.py +++ b/sima/utils/startopt.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2009, 2010, 2011, 2012, 2013 Jack Kaliko +# Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014 Jack Kaliko # # This file is part of sima # @@ -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',