From 881ea36f111831ad0cce3c1399affde1c4484ba5 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 8 Oct 2020 05:33:22 +0530 Subject: [PATCH] Fix #750: add more clarity to unmount help --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index fa5bbcf7..85fa73d2 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -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" };