diff options
Diffstat (limited to 'bin/healpix2hpx')
-rwxr-xr-x | bin/healpix2hpx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/healpix2hpx b/bin/healpix2hpx index 5f8e294..e34829c 100755 --- a/bin/healpix2hpx +++ b/bin/healpix2hpx @@ -27,8 +27,8 @@ def main(): parser.add_argument("-C", "--clobber", action="store_true", help="overwrite the existing output file") parser.add_argument("-l", "--log", dest="loglevel", default=None, - choices=["DEBUG", "INFO", "WARNING", - "ERROR", "CRITICAL"], + choices=["debug", "info", "warning", + "error", "critical"], help="set the log level") parser.add_argument("-L", "--logfile", default=None, help="filename where to save the log messages") |