From: Josh Hansen Date: Mon, 18 May 2020 06:24:09 +0000 (-0700) Subject: Adjust help text X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=2cbf772dbaab407ad9d7b2703dc30881e42d184c;p=chevron.git Adjust help text --- diff --git a/chevron/main.py b/chevron/main.py index bbf4978..2bce52b 100755 --- a/chevron/main.py +++ b/chevron/main.py @@ -79,7 +79,7 @@ def cli_main(): default='}}') parser.add_argument('-w', '--warn', dest='warn', - help='Warn on undefined template substitutions', + help='Print a warning to stderr for each undefined template key encountered', action='store_true')