diff --git a/cmd/ncdu/ncdu.go b/cmd/ncdu/ncdu.go index c005a94cf..abb748b6d 100644 --- a/cmd/ncdu/ncdu.go +++ b/cmd/ncdu/ncdu.go @@ -105,7 +105,7 @@ func helpText() (tr []string) { } tr = append(tr, []string{ " Y display current path", - " ^L refresh screen", + " ^L refresh screen (fix screen corruption)", " ? to toggle help on and off", " q/ESC/^c to quit", }...)