mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
Updated manpage to reflect the removal of the 1000/1024 switch
This commit is contained in:
parent
d75cc8fb72
commit
1739ee74d6
2 changed files with 2 additions and 3 deletions
|
|
@ -5,6 +5,8 @@ git - ?
|
||||||
- Size graph uses the apparent size if that is displayed
|
- Size graph uses the apparent size if that is displayed
|
||||||
- Items are ordered by displayed size rather than disk usage
|
- Items are ordered by displayed size rather than disk usage
|
||||||
- Fixed rpath() bug on '/.'
|
- Fixed rpath() bug on '/.'
|
||||||
|
- Removed switching between powers of 1000/1024
|
||||||
|
- Don't rely on the availability of suseconds_t
|
||||||
|
|
||||||
1.4 - 2008-09-10
|
1.4 - 2008-09-10
|
||||||
- Removed the startup window
|
- Removed the startup window
|
||||||
|
|
|
||||||
|
|
@ -74,9 +74,6 @@ Toggle between showing percentage, graph, both, or none. Percentage
|
||||||
is relative to the size of the current directory, graph is relative
|
is relative to the size of the current directory, graph is relative
|
||||||
to the largest item in the current directory.
|
to the largest item in the current directory.
|
||||||
.TP
|
.TP
|
||||||
\fBp\fP
|
|
||||||
Use powers of 1000 instead of 1024, press again to switch back
|
|
||||||
.TP
|
|
||||||
\fBh\fP
|
\fBh\fP
|
||||||
Show/hide 'hidden' or 'excluded' files and directories. Please note that
|
Show/hide 'hidden' or 'excluded' files and directories. Please note that
|
||||||
even though you can't see the hidden files and directories, they are still
|
even though you can't see the hidden files and directories, they are still
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue