diff --git a/toot/console.py b/toot/console.py index 3f9cbe9..55b3704 100644 --- a/toot/console.py +++ b/toot/console.py @@ -256,7 +256,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")