diff --git a/commands/env.go b/commands/env.go index 20d696a791..7e5e1afb43 100644 --- a/commands/env.go +++ b/commands/env.go @@ -210,5 +210,5 @@ func generateUsageHint(appName, machineName, userShell string) string { } } - return fmt.Sprintf("# Run this command to configure your shell: %s\n", cmd) + return fmt.Sprintf("# Run this command to configure your shell: \n# %s\n", cmd) }