aboutsummaryrefslogtreecommitdiff
path: root/src/commands/fav.rs
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2017-11-20 03:24:41 -0800
committerAndy Wortman <ixineeringeverywhere@gmail.com>2017-11-20 03:24:41 -0800
commitd626ae08cdfe8d1cbae3fdd0ccc9827d4691718e (patch)
tree20d104aab251475ea64caf83ac43ecd67731315e /src/commands/fav.rs
parent666ca5b38bbf4f5243519e79953038f947b268fc (diff)
add profiles command to list known profiles
also ... include profile command file, which i neglected to include in a prior commit
Diffstat (limited to 'src/commands/fav.rs')
-rw-r--r--src/commands/fav.rs2
1 files changed, 1 insertions, 1 deletions
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: "<tweet_id>",
+ param_str: " <tweet_id>",
help_str: "Favorite a tweet."
};