Index: /trunk/tools/czarplot.pl
===================================================================
--- /trunk/tools/czarplot.pl	(revision 28713)
+++ /trunk/tools/czarplot.pl	(revision 28714)
@@ -37,24 +37,23 @@
 print "\n";
 if (!$histogram) {
-    print "* OPTIONAL: plot histogram         -h                          (default=on)\n";
+    print "* OPTIONAL: plot histogram                  -h                          (default=on)\n";
 }
 if (!$timeSeries) {
-    print "* OPTIONAL: plot timeseries        -t                          (default=on)\n";
+    print "* OPTIONAL: plot timeseries                 -t                          (default=on)\n";
 } 
 if (!$label) {
-    print "* OPTIONAL: choose a label         -l <labellName>             (default='all_labels')\n";
+    print "* OPTIONAL: choose a label                  -l <labellName>             (default='all_labels')\n";
 }
 if (!$stage) {
-    print "* OPTIONAL: choose a stage         -s <chip|cam|warp|etc>      (default=none)\n";
+    print "* OPTIONAL: choose a stage                  -s <chip|cam|warp|etc>      (default=none)\n";
 }
-
 if (!$interval) {
-    print "* OPTIONAL: choose an interval     -i <'1 hour'|'1 day'|etc>   (default=interval since 7am this morning)\n";
+    print "* OPTIONAL: choose time interval in past    -i <'1 hour'|'1 day'|etc>   (default=interval since 7am this morning)\n";
 } 
 if (!$begin) {
-    print "* OPTIONAL: choose a begin time    -d <datetime>               (default=7am this morning)\n";
+    print "* OPTIONAL: choose a begin time             -d <datetime>               (default=7am this morning)\n";
 } 
 if (!$end) {
-    print "* OPTIONAL: choose an end time     -e <datetime>               (default=now)\n";
+    print "* OPTIONAL: choose an end time              -e <datetime>               (default=now)\n";
 } 
 
