pldb: Correct the usage for the `list' command.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 16 May 2023 22:37:30 +0000 (23:37 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 16 May 2023 22:38:17 +0000 (23:38 +0100)
pldb

diff --git a/pldb b/pldb
index b988145..631e544 100755 (executable)
--- a/pldb
+++ b/pldb
@@ -260,7 +260,7 @@ defcmd "next [-pu] [-o N] [-n N] GROUP [LIST]", sub {
   defined $prevlist and print "$prevlist\n", map "\t$_\n", @out;
 };
 
-defcmd "list LIST", sub {
+defcmd "list [-g [MARK=]GROUP,...] [-r [LO][-[HI]]] LIST", sub {
   local @ARGV = @_;
   my $bogusp = 0;
   my %opt;