From 00a2f7781f832aca96138bdfc4b3ee5e01726f5a Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Wed, 6 May 2015 11:39:05 -0700 Subject: [PATCH] env: enable easier usage display Signed-off-by: Evan Hazlett --- commands/env.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }