Do something sensible if both -h and -k are given.
Approved by: re(scottl)
This commit is contained in:
parent
da6f8233bc
commit
d5f9f41c7b
@ -186,6 +186,14 @@ option is specified, print the file size allocation in kilobytes,
|
|||||||
not blocks.
|
not blocks.
|
||||||
This option overrides the environment variable
|
This option overrides the environment variable
|
||||||
.Ev BLOCKSIZE .
|
.Ev BLOCKSIZE .
|
||||||
|
Note that
|
||||||
|
.Fl k
|
||||||
|
is mutually exclusive to
|
||||||
|
.Fl h
|
||||||
|
and later
|
||||||
|
.Fl k
|
||||||
|
will nullify earlier
|
||||||
|
.Fl h .
|
||||||
.It Fl l
|
.It Fl l
|
||||||
(The lowercase letter
|
(The lowercase letter
|
||||||
.Dq ell . )
|
.Dq ell . )
|
||||||
|
@ -267,6 +267,7 @@ main(int argc, char *argv[])
|
|||||||
f_inode = 1;
|
f_inode = 1;
|
||||||
break;
|
break;
|
||||||
case 'k':
|
case 'k':
|
||||||
|
f_humanval = 0;
|
||||||
f_kblocks = 1;
|
f_kblocks = 1;
|
||||||
break;
|
break;
|
||||||
case 'm':
|
case 'm':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user