aboutsummaryrefslogtreecommitdiff
path: root/src/commands/help.rs
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-11-11 16:51:39 -0800
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-11-11 16:51:39 -0800
commitd1a33a3a167d47541561ca9597d2d5f28431605f (patch)
tree43c4943bca0d1d4e3341b1a7bb0f9372832cd253 /src/commands/help.rs
parent73dc5dda6b8ca8a8bdae0f620442e359871b0152 (diff)
add a little more help info, describe tweets/compose mode/commands
Diffstat (limited to 'src/commands/help.rs')
-rw-r--r--src/commands/help.rs1
1 files changed, 1 insertions, 0 deletions
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."
};