fixed help strings

This commit is contained in:
q
2016-08-06 15:10:48 +03:00
parent bd5266cbb4
commit 81f64a75d8

View File

@@ -34,10 +34,8 @@ def setup_options():
import argparse
parser=ArgumentParser(description='''
Tool to clean up and colorize the output of Anduril.
Example: anduril run yourscript.and | %(prog)s
You can tap in to an existing log with:
tail -f -n +0 log/_global | %(prog)s''',formatter_class=argparse.RawTextHelpFormatter)
Shows the output of df in colour.
''',formatter_class=argparse.RawTextHelpFormatter)
parser.add_argument("--no-colors",'--nc',action="store_false",dest="colors",default=True,
help="Disable colored output")