1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-23 06:25:26 +00:00

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

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