Improve command descriptions
This commit is contained in:
parent
7247862dcc
commit
a9889ecefb
2 changed files with 2 additions and 2 deletions
|
@ -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) = @_;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!perl
|
||||
|
||||
HELP "undo <id>" => "Undo a certain transaction";
|
||||
HELP "undo <transactionID>" => "Undo a transaction";
|
||||
|
||||
my $filename = ".revbank.undo";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue