Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/df sync usage args with reality.
details: https://anonhg.NetBSD.org/src/rev/5864bb39a6bc
branches: trunk
changeset: 545782:5864bb39a6bc
user: grant <grant%NetBSD.org@localhost>
date: Wed Apr 16 12:57:24 2003 +0000
description:
sync usage args with reality.
diffstat:
bin/df/df.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 70b77aabb1d8 -r 5864bb39a6bc bin/df/df.c
--- a/bin/df/df.c Wed Apr 16 12:55:15 2003 +0000
+++ b/bin/df/df.c Wed Apr 16 12:57:24 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: df.c,v 1.44 2002/09/26 16:27:43 provos Exp $ */
+/* $NetBSD: df.c,v 1.45 2003/04/16 12:57:24 grant Exp $ */
/*
* Copyright (c) 1980, 1990, 1993, 1994
@@ -49,7 +49,7 @@
#if 0
static char sccsid[] = "@(#)df.c 8.7 (Berkeley) 4/2/94";
#else
-__RCSID("$NetBSD: df.c,v 1.44 2002/09/26 16:27:43 provos Exp $");
+__RCSID("$NetBSD: df.c,v 1.45 2003/04/16 12:57:24 grant Exp $");
#endif
#endif /* not lint */
@@ -383,7 +383,7 @@
{
(void)fprintf(stderr,
- "Usage: %s [-aiklmnP] [-t type] [file | file_system ...]\n",
+ "Usage: %s [-ahiklmnP] [-t type] [file | file_system ...]\n",
getprogname());
exit(1);
/* NOTREACHED */
Home |
Main Index |
Thread Index |
Old Index