Index: /branches/eam_branches/ipp-20191011/Nebulous/bin/neb-ls
===================================================================
--- /branches/eam_branches/ipp-20191011/Nebulous/bin/neb-ls	(revision 41046)
+++ /branches/eam_branches/ipp-20191011/Nebulous/bin/neb-ls	(revision 41047)
@@ -33,5 +33,5 @@
 
 # explicitly defined -h / --help:
-if ($help) { pod2usage( 2 ); }
+if ($help) { pod2usage( -verbose => 1 ); }
 
 # twiddle column so that it does it by default.
@@ -106,5 +106,5 @@
 
 This program list Nebulous keys matched by C<<pattern>>.  Call it with no
-arguments is equivalent to searching with the pattern C<neb://>.  SQL like
+arguments is equivalent to searching with the pattern C<neb://>.  SQL-like
 wildcards are supported to select out certain files.
 
@@ -113,13 +113,13 @@
 =over 4
 
-=item * --path|-p
+=item --path|-p
 
 Find the disk files corresponding to the keys found.
 
-=item * --column|-c
+=item --column|-c
 
 Disable column formatting, and output results one to a line.
 
-=item * --l|-l
+=item --l|-l
 
 Give disk file information using ls (implies -p).
@@ -127,5 +127,5 @@
 Optional
 
-=item * --server|-s <URL>
+=item --server|-s <URL>
 
 URL of the Nebulous server to connect to.
