Skip to content

Commit

Permalink
make outdir help string more helpful in zcat wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
akremin committed Nov 26, 2024
1 parent ff35d27 commit 037ff0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/desispec/scripts/zcatalog_wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def parse(options=None):
help="The version number of the output catalogs")

parser.add_argument("-i", "--indir", type=str, default=None,
help="input directory")
help="Input directory")
parser.add_argument("-o", "--outdir", type=str, default=None,
help="output directory")
help="Output directory without version number included.")
parser.add_argument("--header", type=str, default=None,
help="KEYWORD=VALUE entries to add to the output header")
# parser.add_argument("--survey", type=str, nargs="*", default=None,
Expand Down

0 comments on commit 037ff0c

Please sign in to comment.