Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Nov 20, 2024
1 parent 0f25394 commit 2c91def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sedr/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def parse_args(args, version: str = "") -> argparse.Namespace:
parser.add_argument(
"--openapi",
type=str,
help="URL to openapi spec for API",
help="URL or path to openapi spec for API",
default="",
)
parser.add_argument(
Expand Down

0 comments on commit 2c91def

Please sign in to comment.