aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 9e6c7ac..53e5e5d 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2305,11 +2305,11 @@ static bool show_help(char *path)
"ce Edit in EDITOR p Open in PAGER\n"
"1ORDER TOGGLES\n"
"b^J Disk usage S Apparent du\n"
- "ct Modification time s Size\n"
+ "ct Time modified s Size\n"
"1MISC\n"
"9! ^] Spawn SHELL C Execute entry\n"
- "9R ^V Run/choose script L Lock terminal\n"
- "b^P Command prompt N ^N Take note\n"};
+ "9R ^V Run/pick script L Lock terminal\n"
+ "b^P Command prompt ^N Take note\n"};
if (fd == -1)
return FALSE;