Skip to content

Commit 27042f9

Browse files
committed
Use help text consistent with other options
1 parent d3c2b45 commit 27042f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pip/_internal/cli/cmdoptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,8 +903,7 @@ def _handle_config_settings(
903903
dest="root_user_action",
904904
default="warn",
905905
choices=["warn", "ignore"],
906-
help="Action if pip is run as a root user ('warn' or 'ignore'). "
907-
"By default, a warning message is shown.",
906+
help="Action if pip is run as a root user [warn, ignore] (default: warn)",
908907
)
909908

910909

0 commit comments

Comments
 (0)