From 0bd9c807a1135971562bbd297ce31ac58c564f29 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Wed, 15 May 2019 01:45:49 +0200 Subject: [PATCH] Update description for deposit Creating users with deposit is deprecated. --- plugins/deposit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/deposit b/plugins/deposit index f01de1b..42cbaac 100755 --- a/plugins/deposit +++ b/plugins/deposit @@ -2,7 +2,7 @@ # This plugin must at the end in the plugins file. -HELP "deposit " => "[Create and] deposit into an account"; +HELP "deposit " => "Deposit into an account"; sub command :Tab(deposit) { my ($self, $cart, $command) = @_;