mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
env: enable easier usage display
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user