diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-10-08 05:33:22 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-10-08 05:33:43 +0530 |
commit | 881ea36f111831ad0cce3c1399affde1c4484ba5 (patch) | |
tree | 0f15437a096ed6b3ea12ad09a1ea9c9153f56258 | |
parent | 43acb25255840fc206d4575218178c8a80f7928d (diff) | |
download | nnn-881ea36f111831ad0cce3c1399affde1c4484ba5.tar.gz |
Fix #750: add more clarity to unmount help
-rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4596,7 +4596,7 @@ static void show_help(const char *path) "1MISC\n" "8Alt ; Select plugin%-11c= Launch app\n" "9! ^] Shell%-19c] Cmd prompt\n" - "cc Connect remote%-10cu Unmount\n" + "cc Connect remote%-10cu Unmount remote/archive\n" "9t ^T Sort toggles%-12cs Manage session\n" "cT Set time type%-11c0 Lock\n" }; |