aboutsummaryrefslogtreecommitdiff
path: root/src/commands/show_cache.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/show_cache.rs
parent73dc5dda6b8ca8a8bdae0f620442e359871b0152 (diff)
add a little more help info, describe tweets/compose mode/commands
Diffstat (limited to 'src/commands/show_cache.rs')
-rw-r--r--src/commands/show_cache.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/show_cache.rs b/src/commands/show_cache.rs
index a57b59f..fffcdb6 100644
--- a/src/commands/show_cache.rs
+++ b/src/commands/show_cache.rs
@@ -7,6 +7,7 @@ pub static SHOW_CACHE: Command = Command {
keyword: "show_cache",
params: 0,
exec: show_cache,
+ param_str: "",
help_str: "Dump all cached info. Probably a bad idea."
};