Fix #207: use correct description

This commit is contained in:
Arun Prakash Jana 2019-02-10 18:43:29 +05:30
parent 22825c0f37
commit 82bb934da8
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
FILES
^O Open with... n Create new/link
D File details ^R Rename entry
⎵ ^K Copy entry path r Open dir in vidir
⎵ ^K Select entry r Open dir in vidir
^Y Toggle selection y List selection
Y Select all
P Copy selection X Delete selection

View File

@ -2423,7 +2423,7 @@ static bool show_help(char *path)
"1FILES\n"
"b^O Open with... n Create new/link\n"
"cD File details ^R Rename entry\n"
"9⎵ ^K Copy entry path r Open dir in vidir\n"
"9⎵ ^K Select entry r Open dir in vidir\n"
"b^Y Toggle selection y List selection\n"
"cY Select all\n"
"cP Copy selection X Delete selection\n"