Index: /trunk/Nebulous/bin/neb-ls
===================================================================
--- /trunk/Nebulous/bin/neb-ls	(revision 13050)
+++ /trunk/Nebulous/bin/neb-ls	(revision 13051)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: neb-ls,v 1.2 2007-04-27 00:17:40 jhoblitt Exp $
+# $Id: neb-ls,v 1.3 2007-04-27 00:22:00 jhoblitt Exp $
 
 use strict;
@@ -52,13 +52,15 @@
 =head1 NAME
 
-neb-ls - create an empty file
+neb-ls - list Nebulous keys
 
 =head1 SYNOPSIS
 
-    neb-ls [--server <URL>] <key>
+    neb-ls [--server <URL>] <pattern>
 
 =head1 DESCRIPTION
 
-This program creates an empty file with the Nebulous key of C<<key>>.  At some point in the future it almost be used to adjust the timestamp of storage instances assosiated with a Nebulous key similar to C<touch(1)>.
+This program list Nebulous keys matched by C<<pattern>>.  Call it with no
+arguments is equivalanet to searching with the pattern C<.*>.  Where
+C<<pattern>> is a POSIX 1003.2 compatable regular repression.
 
 =head1 OPTIONS
@@ -122,5 +124,6 @@
 =head1 SEE ALSO
 
-L<Nebulous::Server>, L<neb-initdb>, L<neb-addvol>, L<nebdiskd>, L<neb-df>
+L<Nebulous::Server>, L<neb-initdb>, L<neb-addvol>, L<nebdiskd>, L<neb-df>,
+L<neb-touch>, C<regex(7)>
 
 =cut
