Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix: fixes wrong command line description for inputs
Browse files Browse the repository at this point in the history
Closes #87.
  • Loading branch information
claymcleod committed Aug 30, 2022
1 parent 3e13999 commit 32b852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oliver/subcommands/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def register_subparser(
"""

subcommand = subparser.add_parser(
"inputs", help="Find all reported outputs for a given workflow."
"inputs", help="Find all reported inputs for a given workflow."
)
subcommand.add_argument("workflow-id", help="Cromwell workflow ID.")
subcommand.add_argument(
Expand Down

0 comments on commit 32b852e

Please sign in to comment.