From a9889ecefbb6ae4c55b75a352c8acb244c293c58 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Mon, 24 Apr 2017 22:22:16 +0200 Subject: [PATCH] Improve command descriptions --- plugins/take | 2 +- plugins/undo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";