diff --git a/pelican/__init__.py b/pelican/__init__.py index f27c930b..30b3c2f8 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -323,7 +323,7 @@ def parse_arguments(): help='Comma separated list of selected paths to write') parser.add_argument('--fatal', metavar='errors|warnings', - choices=('errors', 'warnings'), + choices=('errors', 'warnings'), default='', help=('Exit the program with non-zero status if any ' 'errors/warnings encountered.'))