Changeset 16182 for trunk/Nebulous/bin/neb-cp
- Timestamp:
- Jan 22, 2008, 11:40:39 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-cp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
Note:
See TracChangeset
for help on using the changeset viewer.
