Skip to content

Commit

Permalink
Use help text consistent with other options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Pepe committed Aug 23, 2023
1 parent 1b2284f commit 234c4c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pip/_internal/cli/cmdoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,7 @@ def _handle_config_settings(
dest="root_user_action",
default="warn",
choices=["warn", "ignore"],
help="Action if pip is run as a root user ('warn' or 'ignore'). "
"By default, a warning message is shown.",
help="Action if pip is run as a root user [warn, ignore] (default: warn)",
)


Expand Down

0 comments on commit 234c4c8

Please sign in to comment.