diff --git a/wallabag/wallabag_help.py b/wallabag/wallabag_help.py index 07e78fe..4f7f7f6 100644 --- a/wallabag/wallabag_help.py +++ b/wallabag/wallabag_help.py @@ -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= 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= Use a custom config file. """.format(startscript) index['show'] = show_txt