1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-29 04:35:54 -04:00

Fix typo in search function help

This commit is contained in:
MineRobber9000 2017-04-17 05:42:25 +00:00
parent 329108a5b0
commit db0b1d6d7e

View File

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