Provide description for repetition commands

This commit is contained in:
Juerd Waalboer 2017-04-24 22:29:48 +02:00
parent a9889ecefb
commit 60b50d6e42

View file

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