1
mirror of https://github.com/rclone/rclone synced 2024-11-17 17:30:37 +01:00

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

View File

@ -107,7 +107,7 @@ func helpText() (tr []string) {
" Y display current path", " Y display current path",
" ^L refresh screen", " ^L refresh screen",
" ? to toggle help on and off", " ? to toggle help on and off",
" q/ESC/c-C to quit", " q/ESC/^c to quit",
}...) }...)
return return
} }