Fix typo in search function help - toot - Unnamed repository; edit this file 'd… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit f29cec0ce8acaa07bcdc833f8f6a74a2b77d46cf | |
parent 64086cd0fe07cb037b20a681969dc302b113b8da | |
Author: MineRobber9000 <[email protected]> | |
Date: Mon, 17 Apr 2017 05:42:25 +0000 | |
Fix typo in search function help | |
Diffstat: | |
toot/console.py | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git 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") | |