Index: trunk/Nebulous-Server/bin/neb-voladd
===================================================================
--- trunk/Nebulous-Server/bin/neb-voladd	(revision 24545)
+++ trunk/Nebulous-Server/bin/neb-voladd	(revision 28492)
@@ -19,5 +19,5 @@
 use Pod::Usage qw( pod2usage );
 
-my ($db, $dbhost, $dbuser, $dbpass, $mountpoint, $vname, $vhost, $uri);
+my ($db, $dbhost, $dbuser, $dbpass, $mountpoint, $vname, $vhost, $uri, $note);
 
 $db     = $ENV{'NEB_DB'} unless $db;
@@ -35,4 +35,5 @@
     'vhost=s'           => \$vhost,
     'vname|n=s'         => \$vname,
+    'note=s'            => \$note,
 ) || pod2usage( 2 );
 
@@ -69,5 +70,5 @@
 
 my $query = $dbh->prepare( $sql->new_volume );
-$query->execute( $vname, $vhost, $path, $mountpoint);
+$query->execute( $vname, $vhost, $path, $mountpoint, $note);
 
 print " OK\n";
@@ -131,4 +132,8 @@
 
 Optional.  Defaults to C<localhost>.
+
+=item * --note <note>
+
+Add a note for this volume.
 
 =item * --mountpoint <path>
