Skip to content

Commit 30bebc7

Browse files
committed
fix typo
Signed-off-by: Joana Hrotko <[email protected]>
1 parent 02ec731 commit 30bebc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/compose/up.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func upCommand(p *ProjectOptions, dockerCli command.Cli, backend api.Service) *c
132132
if os.Getenv(ComposeMenu) != "" {
133133
composeMenu = utils.StringToBool(os.Getenv(ComposeMenu))
134134
}
135-
flags.BoolVar(&up.navigationMenu, "navigation-menu", composeMenu, "While running in attach mode, enable shortcuts and shortcuts info bar.")
135+
flags.BoolVar(&up.navigationMenu, "navigation-menu", composeMenu, "While running in attach mode, enable helpful shortcuts.")
136136

137137
return upCmd
138138
}

0 commit comments

Comments
 (0)