IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2008, 11:40:39 AM (18 years ago)
Author:
jhoblitt
Message:

remove shorthand (single letter) volume options (-v usually means verbose)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-cp

    r16179 r16182  
    33# Copyright (C) 2007-2008  Joshua Hoblitt
    44#
    5 # $Id: neb-cp,v 1.4 2008-01-22 21:14:55 jhoblitt Exp $
     5# $Id: neb-cp,v 1.5 2008-01-22 21:40:39 jhoblitt Exp $
    66
    77use strict;
     
    2121
    2222GetOptions(
    23     'volume|v=s'    => \$volume,
     23    'volume=s'      => \$volume,
    2424    'server|s=s'    => \$server,
    2525) || pod2usage( 2 );
     
    7575Optional if the appropriate environment variable is set.
    7676
    77 =item * -volume|-v <volume name>
     77=item * -volume <volume name>
    7878
    7979The volume to place the new key's first storage instance on.
Note: See TracChangeset for help on using the changeset viewer.