Skip to content

Commit

Permalink
Fix options and default in --keyring-provider help (#13110)
Browse files Browse the repository at this point in the history
The `auto` mode was added a while ago, but the option help was not
updated to reflect this.
  • Loading branch information
radoering authored Dec 10, 2024
1 parent d3ac6a2 commit 947917b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions src/pip/_internal/cli/cmdoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ class PipOption(Option):
default="auto",
help=(
"Enable the credential lookup via the keyring library if user input is allowed."
" Specify which mechanism to use [disabled, import, subprocess]."
" (default: disabled)"
" Specify which mechanism to use [auto, disabled, import, subprocess]."
" (default: %default)"
),
)

Expand Down

0 comments on commit 947917b

Please sign in to comment.