Skip to content

Commit aac1a93

Browse files
committed
update flag description
1 parent 5d4ec61 commit aac1a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/boxcli/shellenv.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ func shellEnvCmd() *cobra.Command {
5151
&flags.pure, "pure", false, "If this flag is specified, devbox creates an isolated environment inheriting almost no variables from the current environment. A few variables, in particular HOME, USER and DISPLAY, are retained.")
5252
command.Flags().BoolVar(
5353
&flags.preservePathStack, "preserve-path-stack", false,
54-
"If true, Devbox will not give top priority to the PATH of this project's shellenv. "+
55-
"This project's place in the path stack will be unchanged.")
54+
"Preserves existing PATH order if this project's environment is already in PATH. "+
55+
"Useful if you want to avoid overshadowing another devbox project that is already active")
5656
_ = command.Flags().MarkHidden("preserve-path-stack")
5757

5858
flags.config.register(command)

0 commit comments

Comments
 (0)