Index: trunk/Nebulous-Server/Changes
===================================================================
--- trunk/Nebulous-Server/Changes	(revision 19796)
+++ trunk/Nebulous-Server/Changes	(revision 19797)
@@ -13,4 +13,5 @@
       it's behind the scenes usage of `df` instead of statfs() was causing lags
       on hung NFS mounts
+    - document neb-voladd --host option
 
 0.15 Thu Sep 11 13:00:59 HST 2008
Index: trunk/Nebulous-Server/bin/neb-voladd
===================================================================
--- trunk/Nebulous-Server/bin/neb-voladd	(revision 19796)
+++ trunk/Nebulous-Server/bin/neb-voladd	(revision 19797)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005-2008  Joshua Hoblitt
 #
-# $Id: neb-voladd,v 1.1 2008-09-20 02:42:24 jhoblitt Exp $
+# $Id: neb-voladd,v 1.2 2008-10-01 21:05:57 jhoblitt Exp $
 
 use strict;
@@ -80,5 +80,5 @@
 
     neb-voladd --volume <volume name> --uri <volume uri>
-        [--db <database>] [--user <username>] [--pass <password>]
+    [--db <database>] [--user <username>] [--pass <password>] [--host <hostname]
 
 =head1 DESCRIPTION
@@ -117,4 +117,11 @@
 
 Optional if the appropriate environment variable is set.
+
+=item * --host <database host>
+
+Name of host on which the database resides.
+
+Optional.  Defaults to C<localhost>.
+
 
 =back
