Skip to content

Commit

Permalink
fix options and default in --keyring-provider help
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Dec 10, 2024
1 parent 667acf4 commit 245b584
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: auto)"
),
)

Expand Down

0 comments on commit 245b584

Please sign in to comment.