aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-05 07:23:25 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-05 07:23:25 +0530
commit914e180287e9b6742cf233cdee02b23364c6d9b8 (patch)
tree7a7d0ad1df1cf2980ab3578756f1bf0d46358a2c
parentbaac461b332816271200146a62b97274dd6744e1 (diff)
downloadnnn-914e180287e9b6742cf233cdee02b23364c6d9b8.tar.gz
Update help
-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"};