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.
This commit is contained in:
albertony 2022-06-19 15:52:23 +02:00
parent de5ccaab8e
commit 4f0eae366f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}