chiark
/
gitweb
/
~mdw
/
dvddb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9a00b56
)
pldb: Correct the usage for the `list' command.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 May 2023 22:37:30 +0000
(23:37 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 May 2023 22:38:17 +0000
(23:38 +0100)
pldb
patch
|
blob
|
blame
|
history
diff --git
a/pldb
b/pldb
index b9881450455ea410ee2358dcc330afc1fd133b6c..631e5441a7c4d9090673dda6138a52c2d4356ecc 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;
};
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;
local @ARGV = @_;
my $bogusp = 0;
my %opt;