diff --git a/beem/cli.py b/beem/cli.py index f0b5eaeffa636ba896a1f8d2185bcb4f559f9adb..8b7804511847783ce02bc69e1720bcb46893f476 100644 --- a/beem/cli.py +++ b/beem/cli.py @@ -872,9 +872,9 @@ def powerdown(amount, account): @cli.command() @click.argument('amount', nargs=1) @click.argument('to_account', nargs=1) -@click.option('--account', '-a', help='Powerup from this account') +@click.option('--account', '-a', help='Delegate from this account') def delegate(amount, to_account, account): - """Delegate (start delegate VESTS to another account) + """Delegate (start delegating VESTS to another account) amount is in VESTS / Steem """