Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/shutdown Add -b and -vxz to usage.
details: https://anonhg.NetBSD.org/src/rev/f51f402765a2
branches: trunk
changeset: 762156:f51f402765a2
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Feb 16 19:33:48 2011 +0000
description:
Add -b and -vxz to usage.
diffstat:
sbin/shutdown/shutdown.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e292f6c287cc -r f51f402765a2 sbin/shutdown/shutdown.c
--- a/sbin/shutdown/shutdown.c Wed Feb 16 19:33:39 2011 +0000
+++ b/sbin/shutdown/shutdown.c Wed Feb 16 19:33:48 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: shutdown.c,v 1.53 2011/02/16 17:53:31 dyoung Exp $ */
+/* $NetBSD: shutdown.c,v 1.54 2011/02/16 19:33:48 wiz Exp $ */
/*
* Copyright (c) 1988, 1990, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)shutdown.c 8.4 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: shutdown.c,v 1.53 2011/02/16 17:53:31 dyoung Exp $");
+__RCSID("$NetBSD: shutdown.c,v 1.54 2011/02/16 19:33:48 wiz Exp $");
#endif
#endif /* not lint */
@@ -586,7 +586,7 @@
{
(void)fprintf(stderr,
- "Usage: %s [-Ddfhknpr] time [message ... | -]\n",
+ "Usage: %s [-Ddfhknprvxz] [-b bootstr] time [message ... | -]\n",
getprogname());
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index