aboutsummaryrefslogtreecommitdiffstats
path: root/astro/fits/fitscube.py
diff options
context:
space:
mode:
Diffstat (limited to 'astro/fits/fitscube.py')
-rwxr-xr-xastro/fits/fitscube.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/fits/fitscube.py b/astro/fits/fitscube.py
index bd44ce7..976e690 100755
--- a/astro/fits/fitscube.py
+++ b/astro/fits/fitscube.py
@@ -415,7 +415,7 @@ def cmd_corrupt(args):
def main():
parser = argparse.ArgumentParser(
- description="Create FITS cube from a series of image slices.")
+ description="FITS image cube manipulation tool")
subparsers = parser.add_subparsers(dest="subparser_name",
title="sub-commands",
help="additional help")