Changeset 28714
- Timestamp:
- Jul 26, 2010, 12:05:50 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czarplot.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czarplot.pl
r28711 r28714 37 37 print "\n"; 38 38 if (!$histogram) { 39 print "* OPTIONAL: plot histogram -h (default=on)\n";39 print "* OPTIONAL: plot histogram -h (default=on)\n"; 40 40 } 41 41 if (!$timeSeries) { 42 print "* OPTIONAL: plot timeseries -t (default=on)\n";42 print "* OPTIONAL: plot timeseries -t (default=on)\n"; 43 43 } 44 44 if (!$label) { 45 print "* OPTIONAL: choose a label -l <labellName> (default='all_labels')\n";45 print "* OPTIONAL: choose a label -l <labellName> (default='all_labels')\n"; 46 46 } 47 47 if (!$stage) { 48 print "* OPTIONAL: choose a stage -s <chip|cam|warp|etc> (default=none)\n";48 print "* OPTIONAL: choose a stage -s <chip|cam|warp|etc> (default=none)\n"; 49 49 } 50 51 50 if (!$interval) { 52 print "* OPTIONAL: choose an interval-i <'1 hour'|'1 day'|etc> (default=interval since 7am this morning)\n";51 print "* OPTIONAL: choose time interval in past -i <'1 hour'|'1 day'|etc> (default=interval since 7am this morning)\n"; 53 52 } 54 53 if (!$begin) { 55 print "* OPTIONAL: choose a begin time -d <datetime> (default=7am this morning)\n";54 print "* OPTIONAL: choose a begin time -d <datetime> (default=7am this morning)\n"; 56 55 } 57 56 if (!$end) { 58 print "* OPTIONAL: choose an end time -e <datetime> (default=now)\n";57 print "* OPTIONAL: choose an end time -e <datetime> (default=now)\n"; 59 58 } 60 59
Note:
See TracChangeset
for help on using the changeset viewer.
