From 81f64a75d8644d44b48d7f7d87a795251c679879 Mon Sep 17 00:00:00 2001 From: q Date: Sat, 6 Aug 2016 15:10:48 +0300 Subject: [PATCH] fixed help strings --- files/diskfree-tracker | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/files/diskfree-tracker b/files/diskfree-tracker index b3d368d..4631f1e 100755 --- a/files/diskfree-tracker +++ b/files/diskfree-tracker @@ -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")