Index: trunk/Nebulous/bin/neb-cp
===================================================================
--- trunk/Nebulous/bin/neb-cp	(revision 13075)
+++ trunk/Nebulous/bin/neb-cp	(revision 16179)
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 
-# Copyright (C) 2007  Joshua Hoblitt
+# Copyright (C) 2007-2008  Joshua Hoblitt
 #
-# $Id: neb-cp,v 1.3 2007-04-28 01:24:26 jhoblitt Exp $
+# $Id: neb-cp,v 1.4 2008-01-22 21:14:55 jhoblitt Exp $
 
 use strict;
@@ -16,10 +16,10 @@
 use Pod::Usage qw( pod2usage );
 
-my ($node, $server);
+my ($volume, $server);
 
 $server = $ENV{'NEB_SERVER'} unless $server;
 
 GetOptions(
-    'node|n=s'      => \$node,
+    'volume|v=s'    => \$volume,
     'server|s=s'    => \$server,
 ) || pod2usage( 2 );
@@ -41,6 +41,6 @@
 
 my $status;
-if ($node) {
-    $status = $neb->copy( $src, $dst, $node);
+if ($volume) {
+    $status = $neb->copy( $src, $dst, $volume);
 } else {
     $status = $neb->copy( $src, $dst);
@@ -59,11 +59,9 @@
 =head1 SYNOPSIS
 
-    neb-cp [--server <URL>] [--node <dst volume>] <src key> <dst key>
+    neb-cp [--server <URL>] [--volume <dst volume name>] <src key> <dst key>
 
 =head1 DESCRIPTION
 
-This program list Nebulous keys matched by C<<pattern>>.  Call it with no
-arguments is equivalanet to searching with the pattern C<.*>.  Where
-C<<pattern>> is a POSIX 1003.2 compatable regular repression.
+Copy a Nebulous storage key
 
 =head1 OPTIONS
@@ -76,4 +74,10 @@
 
 Optional if the appropriate environment variable is set.
+
+=item * -volume|-v <volume name>
+
+The volume to place the new key's first storage instance on.
+
+Optional.
 
 =back
@@ -107,5 +111,5 @@
 =head1 COPYRIGHT
 
-Copyright (C) 2007  Joshua Hoblitt.  All rights reserved.
+Copyright (C) 2007-2008  Joshua Hoblitt.  All rights reserved.
 
 This program is free software; you can redistribute it and/or modify it under
