aboutsummaryrefslogtreecommitdiff
path: root/src/commands/help.rs
diff options
context:
space:
mode:
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."
};