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/show_cache.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/show_cache.rs') 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." }; -- cgit v1.1