env: enable easier usage display

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-05-06 11:39:05 -07:00
parent aec395502e
commit 00a2f7781f
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}