Skip to content

Commit

Permalink
Extended help for "wallabag.py show"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nepochal committed Nov 7, 2016
1 parent 126cfdf commit bf8f82a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions wallabag/wallabag_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,12 @@ def show(startscript, command="main"):
The entry-id can be found in "{0} list" for example.
Options:
-h, --help Show help.
--config=<path> Use a custom config file.
-h, --help Show help.
-r, --raw Disable wordwise trimming.
--no-color Disable colored output.
--html Show the entry as html instead of optimized output for
the cli.
--config=<path> Use a custom config file.
""".format(startscript)
index['show'] = show_txt

Expand Down

0 comments on commit bf8f82a

Please sign in to comment.