From 4f0eae366f9ea39d0f5695bba2e5df0002cb26ba Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:52:23 +0200 Subject: [PATCH] docs/ncdu: fix inconsistency in key map help text Ctrl+L was listed as ^L, while Ctrl+c was listed as c-C. Changed the latter to ^c. --- cmd/ncdu/ncdu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ncdu/ncdu.go b/cmd/ncdu/ncdu.go index 7f63c8b04..c005a94cf 100644 --- a/cmd/ncdu/ncdu.go +++ b/cmd/ncdu/ncdu.go @@ -107,7 +107,7 @@ func helpText() (tr []string) { " Y display current path", " ^L refresh screen", " ? to toggle help on and off", - " q/ESC/c-C to quit", + " q/ESC/^c to quit", }...) return }