summaryrefslogtreecommitdiffstats
path: root/bin/df/df.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-26 04:56:23 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-26 04:56:23 +0000
commit3df4c994425d55fd4d72ed52b1a2cc0721c2bafa (patch)
tree73aaffd72633751436ce99bccc1e4006dbb3a269 /bin/df/df.c
parent738b07a4ac35246f02325bcc6eb9056a707839fa (diff)
downloadFreeBSD-src-3df4c994425d55fd4d72ed52b1a2cc0721c2bafa.zip
FreeBSD-src-3df4c994425d55fd4d72ed52b1a2cc0721c2bafa.tar.gz
Fix 'SYNOPSIS' and 'usage'
Diffstat (limited to 'bin/df/df.c')
-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 ae15cf2..58a2320 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -483,7 +483,7 @@ usage(void)
{
(void)fprintf(stderr,
- "usage: df [-b | -H | -h | -k | -m | -P] [-ailn] [-t type] [file | file system ...]\n");
+ "usage: df [-b | -H | -h | -k | -m | -P] [-ailn] [-t type] [file | filesystem ...]\n");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud