Module Name:    src
Committed By:   wiz
Date:           Wed Feb 16 19:33:49 UTC 2011

Modified Files:
        src/sbin/shutdown: shutdown.c

Log Message:
Add -b and -vxz to usage.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sbin/shutdown/shutdown.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/shutdown/shutdown.c
diff -u src/sbin/shutdown/shutdown.c:1.53 src/sbin/shutdown/shutdown.c:1.54
--- src/sbin/shutdown/shutdown.c:1.53	Wed Feb 16 17:53:31 2011
+++ src/sbin/shutdown/shutdown.c	Wed Feb 16 19:33:48 2011
@@ -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);
 }

Reply via email to