Skip to content

Commit

Permalink
HARMONY-1764: Fix wording on command line arg documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
indiejames committed May 17, 2024
1 parent a861530 commit 77a3675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmony/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def setup_cli(parser):
help=('the input data for the action provided by Harmony, required for '
'--harmony-action=invoke'))
parser.add_argument('--harmony-input-file',
help=('the optional path to the input data for the action provided by Harmony, required for '))
help=('the optional path to the input data for the action provided by Harmony'))
parser.add_argument('--harmony-sources',
help=('file path that contains a STAC catalog with items and metadata to '
'be processed by the service. Required for non-deprecated '
Expand Down

0 comments on commit 77a3675

Please sign in to comment.