From f29cec0ce8acaa07bcdc833f8f6a74a2b77d46cf Mon Sep 17 00:00:00 2001 From: MineRobber9000 Date: Mon, 17 Apr 2017 05:42:25 +0000 Subject: [PATCH] Fix typo in search function help --- toot/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toot/console.py b/toot/console.py index 73bee8b..c5aef63 100644 --- a/toot/console.py +++ b/toot/console.py @@ -261,7 +261,7 @@ def _print_hashtags(hashtags): def cmd_search(app, user, args): - parser = ArgumentParser(prog="toot serach", + parser = ArgumentParser(prog="toot search", description="Search for content", epilog="https://github.com/ihabunek/toot")