Skip to content

Commit

Permalink
Tweaking some of the option help text
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlamont committed Dec 21, 2024
1 parent e7b83f3 commit 29e38ae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/uv_secure/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,7 @@ def version_callback(value: bool) -> None:


_uv_lock_path_option = typer.Option(
Path("./uv.lock"),
"--uv-lock-path",
"-p",
help="Path to the uv.lock file - defaults to working directory if not specified",
Path("./uv.lock"), "--uv-lock-path", "-p", help="Path to the uv.lock file"
)


Expand All @@ -188,7 +185,7 @@ def version_callback(value: bool) -> None:
"--version",
callback=version_callback,
is_eager=True,
help="Show the application's version and exit.",
help="Show the application's version",
)


Expand Down

0 comments on commit 29e38ae

Please sign in to comment.