common: clarify debug mode [GH-907]

This commit is contained in:
Mitchell Hashimoto 2014-03-12 21:40:27 -07:00
parent a389b4b96d
commit 1087b5def8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ func MultistepDebugFn(ui packer.Ui) multistep.DebugPauseFn {
}
message := fmt.Sprintf(
"Pausing %s step '%s'. Press any key to continue.",
"Pausing %s step '%s'. Press enter to continue.",
locationString, name)
result := make(chan string, 1)