Changeset 16182
- Timestamp:
- Jan 22, 2008, 11:40:39 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
Nebulous-Server/bin/neb-addvol (modified) (3 diffs)
-
Nebulous/bin/neb-addvol (modified) (3 diffs)
-
Nebulous/bin/neb-cp (modified) (3 diffs)
-
Nebulous/bin/neb-touch (modified) (2 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. -
trunk/Nebulous/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. -
trunk/Nebulous/bin/neb-cp
r16179 r16182 3 3 # Copyright (C) 2007-2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-cp,v 1. 4 2008-01-22 21:14:55jhoblitt Exp $5 # $Id: neb-cp,v 1.5 2008-01-22 21:40:39 jhoblitt Exp $ 6 6 7 7 use strict; … … 21 21 22 22 GetOptions( 23 'volume |v=s'=> \$volume,23 'volume=s' => \$volume, 24 24 'server|s=s' => \$server, 25 25 ) || pod2usage( 2 ); … … 75 75 Optional if the appropriate environment variable is set. 76 76 77 =item * -volume |-v<volume name>77 =item * -volume <volume name> 78 78 79 79 The volume to place the new key's first storage instance on. -
trunk/Nebulous/bin/neb-touch
r16180 r16182 3 3 # Copyright (C) 2007-2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-touch,v 1. 4 2008-01-22 21:25:43jhoblitt Exp $5 # $Id: neb-touch,v 1.5 2008-01-22 21:40:39 jhoblitt Exp $ 6 6 7 7 use strict; … … 73 73 Optional if the appropriate environment variable is set. 74 74 75 =item * --volume |-n<volume name>75 =item * --volume <volume name> 76 76 77 77 Symbolic name of the volume to create the first instance on.
Note:
See TracChangeset
for help on using the changeset viewer.
