From b012b31bd37198582513e24f4671a040cdc0f07c Mon Sep 17 00:00:00 2001
From: Seungwon Eugene Jeong <economicstudio@hotmail.com>
Date: Fri, 8 Mar 2019 23:28:47 +0000
Subject: [PATCH] Fix typo

powerup -> delegate
---
 beem/cli.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/beem/cli.py b/beem/cli.py
index f0b5eaef..8b780451 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
     """
-- 
GitLab