Index: trunk/Nebulous/bin/neb-stat
===================================================================
--- trunk/Nebulous/bin/neb-stat	(revision 31872)
+++ trunk/Nebulous/bin/neb-stat	(revision 31908)
@@ -25,5 +25,5 @@
 GetOptions(
     'server|s=s'     => \$server,
-    'validate'         => \$validate,
+    'validate|v'         => \$validate,
 ) || pod2usage( 2 );
 
@@ -131,5 +131,5 @@
 =head1 SYNOPSIS
 
-    neb-stat [--server <URL>] <key>
+    neb-stat [--server <URL>] [--validate] <key> 
 
 =head1 DESCRIPTION
@@ -146,4 +146,8 @@
 
 Optional if the appropriate environment variable is set.
+
+=item * --validate|-v
+
+Optional - prints out additional information including md5sum.
 
 =back
