From 2691695883a203b5d901bec803f36517dff0a428 Mon Sep 17 00:00:00 2001 From: enami Date: Fri, 9 Oct 1998 02:26:17 +0000 Subject: [PATCH] Add -p option in usage. --- sbin/shutdown/shutdown.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index efec86d3e2fb..f0a555d90b0e 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -1,4 +1,4 @@ -/* $NetBSD: shutdown.c,v 1.30 1998/08/25 19:18:17 ross Exp $ */ +/* $NetBSD: shutdown.c,v 1.31 1998/10/09 02:26:17 enami Exp $ */ /* * Copyright (c) 1988, 1990, 1993 @@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1990, 1993\n\ #if 0 static char sccsid[] = "@(#)shutdown.c 8.4 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: shutdown.c,v 1.30 1998/08/25 19:18:17 ross Exp $"); +__RCSID("$NetBSD: shutdown.c,v 1.31 1998/10/09 02:26:17 enami Exp $"); #endif #endif /* not lint */ @@ -535,6 +535,6 @@ usage() { (void)fprintf(stderr, - "usage: shutdown [-Ddfhknr] time [message ... | -]\n"); + "usage: shutdown [-Ddfhknpr] time [message ... | -]\n"); exit(1); }