Skip to content

Commit c818b76

Browse files
committed
update --help
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent d4a6866 commit c818b76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ positional arguments:
108108
get-identity-token
109109
retrieve and return a Sigstore-compatible OpenID
110110
Connect token
111+
plumbing developer-only plumbing operations
111112

112113
optional arguments:
113114
-h, --help show this help message and exit

sigstore/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def _parser() -> argparse.ArgumentParser:
424424
# `sigstore plumbing`
425425
plumbing = subcommands.add_parser(
426426
"plumbing",
427-
help="Developer-only plumbing operations",
427+
help="developer-only plumbing operations",
428428
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
429429
parents=[parent_parser],
430430
)

0 commit comments

Comments
 (0)