forked from TrueCloudLab/rclone
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:
parent
de5ccaab8e
commit
4f0eae366f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue