summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-11-18 16:11:07 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-11-18 16:11:07 +0000
commit0c5b0b96eef875c118009d1d198dad39099d15b6 (patch)
treec5773cd738808bd45fb6387c8e391c23803472dc
parentfa21c6add2f44ec5d4d8c454263f6b6a2d06474f (diff)
Sync usage with man page; Paul de Weerd
-rw-r--r--bin/df/df.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/df/df.c b/bin/df/df.c
index c03f3719432..97283390387 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: df.c,v 1.40 2004/10/15 20:15:47 millert Exp $ */
+/* $OpenBSD: df.c,v 1.41 2004/11/18 16:11:06 millert Exp $ */
/* $NetBSD: df.c,v 1.21.2.1 1995/11/01 00:06:11 jtc Exp $ */
/*
@@ -45,7 +45,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)df.c 8.7 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$OpenBSD: df.c,v 1.40 2004/10/15 20:15:47 millert Exp $";
+static char rcsid[] = "$OpenBSD: df.c,v 1.41 2004/11/18 16:11:06 millert Exp $";
#endif
#endif /* not lint */
@@ -477,7 +477,7 @@ void
usage(void)
{
(void)fprintf(stderr,
- "usage: %s [-hiklnP] [-t type] [file | file_system ...]\n",
+ "usage: %s [-hiklnP] [-t type] [[file | file_system] ...]\n",
__progname);
exit(1);
}