aboutsummaryrefslogtreecommitdiffstats
path: root/bin/hpx2healpix
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hpx2healpix')
-rwxr-xr-xbin/hpx2healpix4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hpx2healpix b/bin/hpx2healpix
index 8fc8777..17389f5 100755
--- a/bin/hpx2healpix
+++ b/bin/hpx2healpix
@@ -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")