aboutsummaryrefslogtreecommitdiffstats
path: root/bin/healpix2hpx
diff options
context:
space:
mode:
Diffstat (limited to 'bin/healpix2hpx')
-rwxr-xr-xbin/healpix2hpx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/healpix2hpx b/bin/healpix2hpx
index f90c637..c684e09 100755
--- a/bin/healpix2hpx
+++ b/bin/healpix2hpx
@@ -31,8 +31,9 @@ def main():
parser.add_argument("-F", "--float", action="store_true",
help="use float (single precision) instead of double")
parser.add_argument("-l", "--log", dest="loglevel", default=None,
- help="log level (valid values: "
- "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")
parser.add_argument("-Q", "--quiet", action="store_true",