aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPhil Shafer <phil@FreeBSD.org>2017-06-13 05:38:40 +0000
committerPhil Shafer <phil@FreeBSD.org>2017-06-13 05:38:40 +0000
commitdfde8e4b54fead6a899d9cbba64a503c6e5f9d1d (patch)
tree9f8d7f6415d7aef1686db17eebdca6261c7cc59e /bin
parenta443511817713e5c8e027194c2dc806e59966f29 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/df/df.c2
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) {