aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/nnn.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 703c0bb..61c021c 100644
--- a/README.md
+++ b/README.md
@@ -217,7 +217,7 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
s Size E Extn t Time
MISC
! ^] Shell = Launcher
- R ^V Pick plugin :K xK Run plugin key K
+ R ^V Pick plugin :K xK Execute plugin K
c SSHFS mount u Unmount
^P Prompt/run cmd L Lock
```
diff --git a/src/nnn.c b/src/nnn.c
index 35a2a07..b5f8020 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2845,7 +2845,7 @@ static void show_help(const char *path)
"cs Size E Extn t Time\n"
"1MISC\n"
"9! ^] Shell = Launcher\n"
- "9R ^V Pick plugin :K xK Run plugin key K\n"
+ "9R ^V Pick plugin :K xK Execute plugin K\n"
"cc SSHFS mount u Unmount\n"
"b^P Prompt/run cmd L Lock\n"};