Index: trunk/Nebulous/bin/neb-initdb
===================================================================
--- trunk/Nebulous/bin/neb-initdb	(revision 4905)
+++ trunk/Nebulous/bin/neb-initdb	(revision 4907)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: neb-initdb,v 1.3 2005-08-31 00:05:05 jhoblitt Exp $
+# $Id: neb-initdb,v 1.4 2005-08-31 00:26:59 jhoblitt Exp $
 
 use strict;
@@ -70,5 +70,5 @@
 =head1 SYNOPSIS
 
-    neb-initdb --db <database> --user <username> --pass <password>
+    neb-initdb [--db <database>] [--user <username>] [--pass <password>]
 
 =head1 DESCRIPTION
@@ -86,11 +86,17 @@
 Name of database (C<namespace>) to create tables in.
 
+Optional if the appropriate environment variable is set.
+
 =item * --user|-u <username>
 
 Username to authenticate with.
 
+Optional if the appropriate environment variable is set.
+
 =item * --pass|-p <password>
 
 Password to authenticate with.
+
+Optional if the appropriate environment variable is set.
 
 =back
