Changeset 16182 for trunk/Nebulous-Server
- Timestamp:
- Jan 22, 2008, 11:40:39 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/bin/neb-addvol (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/bin/neb-addvol
r16179 r16182 3 3 # Copyright (C) 2005-2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-addvol,v 1. 6 2008-01-22 21:14:55jhoblitt Exp $5 # $Id: neb-addvol,v 1.7 2008-01-22 21:40:39 jhoblitt Exp $ 6 6 7 7 use strict; … … 29 29 'pass=s' => \$dbpass, 30 30 'volume=s' => \$volume, 31 'uri =s'=> \$uri,31 'uri|u=s' => \$uri, 32 32 ) || pod2usage( 2 ); 33 33 … … 88 88 =over 4 89 89 90 =item * --volume |-n<volume name>90 =item * --volume <volume name> 91 91 92 92 Symbolic name of volume being added.
Note:
See TracChangeset
for help on using the changeset viewer.
