[#4] Add notice of launch key
This commit is contained in:
parent
68d82a3f86
commit
a529d22cab
1 changed files with 2 additions and 1 deletions
3
main.go
3
main.go
|
@ -185,7 +185,8 @@ func (m model) View() string {
|
||||||
|
|
||||||
// s += fmt.Sprintf("\n%+v", m.selected) // debug
|
// s += fmt.Sprintf("\n%+v", m.selected) // debug
|
||||||
s += fmt.Sprintf("%s\n", m.status)
|
s += fmt.Sprintf("%s\n", m.status)
|
||||||
s += "\nPress q to quit.\n"
|
s += "Press enter to launch.\n"
|
||||||
|
s += "Press q to quit.\n"
|
||||||
|
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue