summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-05 04:53:16 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-05 04:53:16 +0200
commit4d558b15a9b20a48230b786e45c15bab8f048fad (patch)
tree06e0fbc5c77e8dffeba5b5df014a880eb1264852
parentf1e4d04d9e62174d8afa1662dc14d42dc8bb5012 (diff)
menuconfig: Fix Page Up typo in docstring
-rwxr-xr-xmenuconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/menuconfig.py b/menuconfig.py
index 4a03518..14edb83 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -16,7 +16,7 @@ inspired by Vi:
J/K : Down/Up
L : Enter menu/Toggle item
H : Leave menu
- Ctrl-D/U: Page Down/Page Down
+ Ctrl-D/U: Page Down/Page Up
G/End : Jump to end of list
g/Home : Jump to beginning of list