Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc typo in usage



details:   https://anonhg.NetBSD.org/src/rev/8d3c63640d91
branches:  trunk
changeset: 526926:8d3c63640d91
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue May 14 05:26:13 2002 +0000

description:
typo in usage

diffstat:

 etc/postinstall |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 607bde9496f1 -r 8d3c63640d91 etc/postinstall
--- a/etc/postinstall   Tue May 14 04:58:56 2002 +0000
+++ b/etc/postinstall   Tue May 14 05:26:13 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.10 2002/05/07 02:11:07 lukem Exp $
+# $NetBSD: postinstall,v 1.11 2002/05/14 05:26:13 itojun Exp $
 #
 # Copyright (c) 2002 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -392,7 +392,7 @@
 additem wscons "wscons configuration file update"
 do_wscons()
 {
-       [ -n "$1" ] || err 2 "USAGE: do_ssh  fix|check"
+       [ -n "$1" ] || err 2 "USAGE: do_wscons  fix|check"
        op=$1
 
        [ -f ${DEST_DIR}/etc/wscons.conf ] || return 0



Home | Main Index | Thread Index | Old Index