Index: /trunk/Nebulous-Server/bin/neb-voladm
===================================================================
--- /trunk/Nebulous-Server/bin/neb-voladm	(revision 20159)
+++ /trunk/Nebulous-Server/bin/neb-voladm	(revision 20160)
@@ -3,5 +3,5 @@
 # Copyright (C) 2008  Joshua Hoblitt
 #
-# $Id: neb-voladm,v 1.5 2008-10-15 01:57:10 jhoblitt Exp $
+# $Id: neb-voladm,v 1.6 2008-10-15 02:13:56 jhoblitt Exp $
 
 use strict;
@@ -124,5 +124,6 @@
     neb-addvol [--vname <volume name>] [--vhost <volume host>]
     [--allocate <0|1>] [--available <0|1>] [--xattr <0|1>]
-    [--host <db host> ] [--db <db name>] [--user <username>] [--pass <password>]
+    [--host <database host> ] [--db <database name>]
+    [--user <database username>] [--pass <database password>]
 
 =head1 DESCRIPTION
@@ -158,5 +159,5 @@
 Requires either the C<--vname> or c<--vhost> options.
 
-=item * --db|-d <db name>
+=item * --db|-d <database name>
 
 Name of database (C<namespace>) to create tables in.
@@ -164,5 +165,5 @@
 Optional if the appropriate environment variable is set.
 
-=item * --host <db host>
+=item * --host <database host>
 
 Host name where the database resides.
@@ -170,5 +171,5 @@
 Defaults to C<localhost>.
 
-=item * --user|-u <username>
+=item * --user|-u <database username>
 
 Username to authenticate with.
@@ -176,5 +177,5 @@
 Optional if the appropriate environment variable is set.
 
-=item * --pass|-p <password>
+=item * --pass|-p <database password>
 
 Password to authenticate with.
