diff --git a/README.md b/README.md index 05934c1..7ae9845 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ options: -h, --help show this help message and exit -f {html,json,md,markdown,pretty,rst,csv,tsv,yaml}, --format {html,json,md,markdown,pretty,rst,csv,tsv,yaml} deprecated: use direct options instead: --html, --json, --md, --pretty, --rst, --csv, --tsv or - --yaml. + --yaml -c {yes,no,auto}, --color {yes,no,auto} colour the output (default: auto) --clear-cache clear cache before running diff --git a/src/norwegianblue/cli.py b/src/norwegianblue/cli.py index 9b30573..26ee3f1 100644 --- a/src/norwegianblue/cli.py +++ b/src/norwegianblue/cli.py @@ -51,8 +51,11 @@ def main() -> None: "tsv", "yaml", ), - help="deprecated: use direct options instead: " - "--html, --json, --md, --pretty, --rst, --csv, --tsv or --yaml.", + help=colored( + "deprecated: use direct options instead: " + "--html, --json, --md, --pretty, --rst, --csv, --tsv or --yaml", + "yellow", + ), ) parser.add_argument( "-c",