diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-10-05 07:23:25 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-10-05 07:23:25 +0530 |
commit | 914e180287e9b6742cf233cdee02b23364c6d9b8 (patch) | |
tree | 7a7d0ad1df1cf2980ab3578756f1bf0d46358a2c | |
parent | baac461b332816271200146a62b97274dd6744e1 (diff) | |
download | nnn-914e180287e9b6742cf233cdee02b23364c6d9b8.tar.gz |
Update help
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/nnn.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 ``` @@ -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"}; |