Improve command descriptions

This commit is contained in:
Juerd Waalboer 2017-04-24 22:22:16 +02:00
parent 7247862dcc
commit a9889ecefb
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!perl
HELP "take <accounts> <amount> <reason>"=>"Take money from users (equal parts)";
HELP "take <account>... <amount> <reason>" => "Transfer money from them to you";
sub command :Tab(take,steal) {
my ($self, $cart, $command) = @_;

View file

@ -1,6 +1,6 @@
#!perl
HELP "undo <id>" => "Undo a certain transaction";
HELP "undo <transactionID>" => "Undo a transaction";
my $filename = ".revbank.undo";