Fix typo in Eshell's "du" command
This option is supposed to be "--si", for "International System of Units", not "--is". * lisp/eshell/em-unix.el (eshell/du): Change "is" to "si".
This commit is contained in:
parent
c385e966e1
commit
a470dfb7f8
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ external command."
|
|||
"display data only this many levels of data")
|
||||
(?h "human-readable" 1024 human-readable
|
||||
"print sizes in human readable format")
|
||||
(?H "is" 1000 human-readable
|
||||
(?H "si" 1000 human-readable
|
||||
"likewise, but use powers of 1000 not 1024")
|
||||
(?k "kilobytes" 1024 block-size
|
||||
"like --block-size 1024")
|
||||
|
|
Loading…
Add table
Reference in a new issue