Update help

This commit is contained in:
Arun Prakash Jana 2019-09-16 00:57:57 +05:30
parent 4a0e3570fe
commit 6bb6671118
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
! ^] Shell ^N Note L Lock
R ^V Pick plugin :K xK Run plugin key K
c SSHFS mount u Unmount
^P Prompt = Launcher
^P Prompt/run expr = Launcher
```
Note: Help & settings, file details and archive listing are shown in the PAGER. Use the PAGER-specific keys in these screens.

View File

@ -2857,7 +2857,7 @@ static bool show_help(const char *path)
"9! ^] Shell ^N Note L Lock \n"
"9R ^V Pick plugin :K xK Run plugin key K\n"
"cc SSHFS mount u Unmount\n"
"b^P Prompt = Launcher\n"};
"b^P Prompt/run expr = Launcher\n"};
fd = create_tmp_file();
if (fd == -1)