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-Server/bin/neb-addvol

    r16179 r16182  
    33# Copyright (C) 2005-2008  Joshua Hoblitt
    44#
    5 # $Id: neb-addvol,v 1.6 2008-01-22 21:14:55 jhoblitt Exp $
     5# $Id: neb-addvol,v 1.7 2008-01-22 21:40:39 jhoblitt Exp $
    66
    77use strict;
     
    2929    'pass=s'    => \$dbpass,
    3030    'volume=s'  => \$volume,
    31     'uri=s'     => \$uri,
     31    'uri|u=s'   => \$uri,
    3232) || pod2usage( 2 );
    3333
     
    8888=over 4
    8989
    90 =item * --volume|-n <volume name>
     90=item * --volume <volume name>
    9191
    9292Symbolic name of volume being added.
Note: See TracChangeset for help on using the changeset viewer.