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