Update description for deposit

Creating users with deposit is deprecated.
This commit is contained in:
Juerd Waalboer 2019-05-15 01:45:49 +02:00
parent da11114b8f
commit 0bd9c807a1

View file

@ -2,7 +2,7 @@
# This plugin must at the end in the plugins file.
HELP "deposit <amount>" => "[Create and] deposit into an account";
HELP "deposit <amount>" => "Deposit into an account";
sub command :Tab(deposit) {
my ($self, $cart, $command) = @_;