summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Czapliński <czapkofan@gmail.com>2018-10-25 23:11:42 +0200
committerMateusz Czapliński <czapkofan@gmail.com>2018-10-25 23:11:42 +0200
commitc61fb07f4e9a4944a80820f4735ff201b319e0bb (patch)
tree25f48b509cd6a2bdfa50a6ccb1e2295473bf63f9
parent6a83d4adefa4c89ba94f945a29f09f7e2987e898 (diff)
add help info about Enter key
-rw-r--r--up.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/up.go b/up.go
index 60499b4..608559b 100644
--- a/up.go
+++ b/up.go
@@ -92,7 +92,7 @@ func main() {
// The rest of the screen is a view of the results of the command
commandOutput = BufView{}
// Sometimes, a message may be displayed at the bottom of the screen, with help or other info
- message = `^X exit (^C nosave) PgUp/PgDn/Up/Dn/^</^> scroll ^S pause (^Q end) [Ultimate Plumber v` + version + ` by akavel]`
+ message = `Enter runs ^X exit (^C nosave) PgUp/PgDn/Up/Dn/^</^> scroll ^S pause (^Q end) [Ultimate Plumber v` + version + ` by akavel]`
)
// Initialize main data flow