diff --git a/plugins/take b/plugins/take index 9d1fc58..1b18f93 100755 --- a/plugins/take +++ b/plugins/take @@ -1,6 +1,6 @@ #!perl -HELP "take "=>"Take money from users (equal parts)"; +HELP "take ... " => "Transfer money from them to you"; sub command :Tab(take,steal) { my ($self, $cart, $command) = @_; diff --git a/plugins/undo b/plugins/undo index 3891bf9..d3ddfab 100755 --- a/plugins/undo +++ b/plugins/undo @@ -1,6 +1,6 @@ #!perl -HELP "undo " => "Undo a certain transaction"; +HELP "undo " => "Undo a transaction"; my $filename = ".revbank.undo";