Skip to content

Commit

Permalink
Added help message to search.pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Allonck committed Mar 6, 2024
1 parent fe45916 commit 7d9463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goodman_pipeline/spectroscopy/redspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get_args(arguments=None):
type=str,
metavar='<Search Pattern>',
dest='pattern',
help="Pattern for matching the goodman's reduced data.")
help="Pattern for matching the goodman's reduced data. Default is cfzst*.")

parser.add_argument('--output-prefix',
action='store',
Expand Down

0 comments on commit 7d9463b

Please sign in to comment.