diff --git a/plugins/repeat b/plugins/repeat index f69958b..3359f07 100755 --- a/plugins/repeat +++ b/plugins/repeat @@ -1,5 +1,7 @@ #!perl +HELP "*, x, x, *" => "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.";