Split "help" into "help" and "help2"; ditch pager

This commit is contained in:
Juerd Waalboer 2022-06-11 16:31:44 +02:00
parent a7a5f14e0c
commit f262bce57c
13 changed files with 32 additions and 36 deletions

View file

@ -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.";