IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38490


Ignore:
Timestamp:
Jun 19, 2015, 8:04:26 AM (11 years ago)
Author:
bills
Message:

accept -c as alias to option --camera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/croot

    r38374 r38490  
    1515        $setlast = 1;
    1616        shift;
    17     } elsif ($ARGV[0] eq '--camera') {
     17    } elsif (($ARGV[0] eq '--camera') or ($ARGV[0] eq '-c')) {
    1818        shift;
    1919        $camera = shift;
Note: See TracChangeset for help on using the changeset viewer.