diff options
| author | Phil Shafer <phil@FreeBSD.org> | 2017-06-13 05:38:40 +0000 |
|---|---|---|
| committer | Phil Shafer <phil@FreeBSD.org> | 2017-06-13 05:38:40 +0000 |
| commit | dfde8e4b54fead6a899d9cbba64a503c6e5f9d1d (patch) | |
| tree | 9f8d7f6415d7aef1686db17eebdca6261c7cc59e | |
| parent | a443511817713e5c8e027194c2dc806e59966f29 (diff) | |
Notes
| -rw-r--r-- | bin/df/df.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/df/df.c b/bin/df/df.c index 353db2d2839f..017c90d37eec 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -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) { |
