Use {T:Capacity} for header so html output looks tidy
Submitted by: phil Approved by: sjg
This commit is contained in:
parent
a443511817
commit
dfde8e4b54
@ -490,7 +490,7 @@ prtstat(struct statfs *sfsp, struct maxwidths *mwp)
|
||||
xo_emit("{T:/%-*s}", mwp->mntfrom, "Filesystem");
|
||||
if (Tflag)
|
||||
xo_emit(" {T:/%-*s}", mwp->fstype, "Type");
|
||||
xo_emit(" {T:/%*s} {T:/%*s} {T:/%*s} Capacity",
|
||||
xo_emit(" {T:/%*s} {T:/%*s} {T:/%*s} {T:Capacity}",
|
||||
mwp->total, header,
|
||||
mwp->used, "Used", mwp->avail, "Avail");
|
||||
if (iflag) {
|
||||
|
Loading…
Reference in New Issue
Block a user