From d626ae08cdfe8d1cbae3fdd0ccc9827d4691718e Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Mon, 20 Nov 2017 03:24:41 -0800 Subject: add profiles command to list known profiles also ... include profile command file, which i neglected to include in a prior commit --- src/commands/fav.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/fav.rs') diff --git a/src/commands/fav.rs b/src/commands/fav.rs index 5c12535..e823618 100644 --- a/src/commands/fav.rs +++ b/src/commands/fav.rs @@ -43,7 +43,7 @@ pub static FAV: Command = Command { keyword: "fav", params: 1, exec: fav, - param_str: "", + param_str: " ", help_str: "Favorite a tweet." }; -- cgit v1.1