Provide description for repetition commands
This commit is contained in:
parent
a9889ecefb
commit
60b50d6e42
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!perl
|
||||
|
||||
HELP "*<N>, x<N>, <N>x, <N>*" => "Repeat previous/next product N times";
|
||||
|
||||
my $err_stacked = "Stacked repetition is not supported.";
|
||||
my $err_multi = "Repetition not supported in multi-user transactions.";
|
||||
my $err_pfand = "Plugins 'pfand' and 'repeat' cannot be combined.";
|
||||
|
|
Loading…
Add table
Reference in a new issue