mirror of https://github.com/docker/docs.git
Merge pull request #1129 from ehazlett/easier-env-display
env: enable easier usage display
This commit is contained in:
commit
e999ebb824
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue