Fix typo in search function help - toot - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit f29cec0ce8acaa07bcdc833f8f6a74a2b77d46cf
 (DIR) parent 64086cd0fe07cb037b20a681969dc302b113b8da
 (HTM) Author: MineRobber9000 <MineRobber9000@users.noreply.github.com>
       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(-)
       ---
 (DIR) 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")