Changeset 28922 for trunk/tools/czarplot.pl
- Timestamp:
- Aug 16, 2010, 2:02:04 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czarplot.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czarplot.pl
r28870 r28922 46 46 print "* OPTIONAL: plot nebulous disk space -n (default=off)\n";} 47 47 if (!$label) { 48 print "* OPTIONAL: choose a label -l <labellName> (default='all_ labels')\n";}48 print "* OPTIONAL: choose a label -l <labellName> (default='all_stdscience_labels')\n";} 49 49 if (!$stage) { 50 50 print "* OPTIONAL: choose a stage -s <chip|cam|warp|etc> (default=none)\n";} … … 61 61 62 62 # default values 63 if (!$label) {$label = "all_ labels";}63 if (!$label) {$label = "all_stdscience_labels";} 64 64 if (!$nebulous && !$histogram && !$timeSeries) {$timeSeries = 1; $histogram = 0;} 65 65 if (!$verbose) {$verbose = 0;}
Note:
See TracChangeset
for help on using the changeset viewer.
