From d1a33a3a167d47541561ca9597d2d5f28431605f Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Sat, 11 Nov 2017 16:51:39 -0800 Subject: add a little more help info, describe tweets/compose mode/commands --- src/commands/follow.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/commands/follow.rs') diff --git a/src/commands/follow.rs b/src/commands/follow.rs index 3a53821..3a29252 100644 --- a/src/commands/follow.rs +++ b/src/commands/follow.rs @@ -10,7 +10,8 @@ pub static UNFOLLOW: Command = Command { keyword: "unfl", params: 1, exec: unfl, - help_str: ": Unfollow . No @ prefix in !" + param_str: " ", + help_str: "Unfollow . No @ prefix in !" }; fn unfl(line: String, tweeter: &mut tw::TwitterCache, queryer: &mut Queryer) { @@ -31,7 +32,8 @@ pub static FOLLOW: Command = Command { keyword: "fl", params: 1, exec: fl, - help_str: ": Follow . No @ prefix in !" + param_str: " ", + help_str: "Follow . No @ prefix in !" }; fn fl(line: String, tweeter: &mut tw::TwitterCache, queryer: &mut Queryer) { -- cgit v1.1