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/help.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/help.rs') diff --git a/src/commands/help.rs b/src/commands/help.rs index 825447b..c99681e 100644 --- a/src/commands/help.rs +++ b/src/commands/help.rs @@ -9,6 +9,7 @@ pub static HELP: Command = Command { keyword: "help", params: 0, exec: help, + param_str: "", help_str: "This help prompt." }; -- cgit v1.1