[#4] Add notice of launch key

This commit is contained in:
Adam Cooper 2022-05-14 20:05:54 -04:00
parent 68d82a3f86
commit a529d22cab
1 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,8 @@ func (m model) View() string {
// s += fmt.Sprintf("\n%+v", m.selected) // debug
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
}