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