Fix typo in search function help

This commit is contained in:
MineRobber9000 2017-04-17 05:42:25 +00:00 committed by Ivan Habunek
parent 64086cd0fe
commit f29cec0ce8
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 1 deletions

View File

@ -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")