adding verbosity..

This commit is contained in:
q
2016-10-30 12:33:10 +02:00
parent 2c7b94acce
commit 4219c41ff3
4 changed files with 15 additions and 10 deletions

View File

@@ -32,9 +32,9 @@ def setup_options():
usage='''
Color notation renderer in ANSI codes
Special syntaxes:
* Colors: insert string ${C}, where C is one of KRGBYMCWkrgbymcwSUZ
* Colors: insert string ${X}, where X is one of %s.
'''
'''%(" ".join(bc.get_keys()))
parser=ArgumentParser(description=usage,
formatter_class=argparse.RawDescriptionHelpFormatter,