Split "help" into "help" and "help2"; ditch pager
This commit is contained in:
parent
a7a5f14e0c
commit
f262bce57c
13 changed files with 32 additions and 36 deletions
|
@ -1,6 +1,7 @@
|
|||
#!perl
|
||||
|
||||
HELP "*<N>, x<N>, <N>x, <N>*" => "Repeat previous/next product N times";
|
||||
HELP "*<N>, x<N>, <N>x, <N>*" => "Set quantity of previous/next product";
|
||||
HELP "-<N>, +<N>" => "Decrease/increase quantity of previous product";
|
||||
|
||||
my $err_stacked = "Stacked repetition is not supported.";
|
||||
my $err_pfand = "Plugins 'pfand' and 'repeat' cannot be combined.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue