From e3aed0f658e654a33a651e39c5cf13601520d430 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 17 Nov 2019 05:30:14 +0530 Subject: [PATCH] Update help --- README.md | 2 +- src/nnn.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b0f7b5..1c95ae4 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ The list below is from the **dev branch**. Press ? in `nnn` to see th Q ^Q Quit ^G QuitCD q Quit context FILES ^O Open with... n Create new/link - D File detail ^R F2 Rename/duplicate + D File details ^R F2 Rename/duplicate Space ^J/a Select entry/all r Batch rename m ^K Sel range, clear M List selection P Copy selection K Edit, flush sel diff --git a/src/nnn.c b/src/nnn.c index 797f5cd..5c9ad71 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3301,7 +3301,7 @@ static void show_help(const char *path) "9Q ^Q Quit ^G QuitCD q Quit context\n" "1FILES\n" "b^O Open with... n Create new/link\n" - "cD File detail ^R F2 Rename/duplicate\n" + "cD File details ^R F2 Rename/duplicate\n" "3Space ^J/a Select entry/all r Batch rename\n" "9m ^K Sel range, clear M List selection\n" "cP Copy selection K Edit, flush sel\n"