IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2010, 2:34:29 PM (16 years ago)
Author:
rhenders
Message:

Neatened up user argument instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarplot.pl

    r28922 r29020  
    3838        );
    3939
    40 print "\n";
     40
     41print "\n*******************************************************************************\n";
     42print "* \n";
     43my $quit = 0;
     44if (@ARGV) {
     45    $quit=1;
     46    print "* UNKNKOWN: option                          @ARGV\n";
     47}
    4148if (!$histogram) {
    4249    print "* OPTIONAL: plot histogram                  -h                          (default=off)\n";}
     
    5764if (!$path) {
    5865    print "* OPTIONAL: choose an output location       -o <path>                   (default=none)\n";}
     66print "*\n*******************************************************************************\n";
    5967
    60 print "\n";
     68if ($quit) { exit; }
    6169
    6270# default values
Note: See TracChangeset for help on using the changeset viewer.