Print clue for getting command prompt

This commit is contained in:
feihujiang 2015-11-06 17:04:56 +08:00
parent 1e438be0b0
commit dfdd9b7558

View File

@ -182,6 +182,7 @@ func (p *AttachOptions) Run() error {
if err != nil {
glog.Fatal(err)
}
fmt.Fprintln(p.Out, "\nHit enter for command prompt")
// this handles a clean exit, where the command finished
defer term.RestoreTerminal(inFd, oldState)