Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/memswitch Correct the `usage' message.
details: https://anonhg.NetBSD.org/src/rev/e183ef256083
branches: trunk
changeset: 503122:e183ef256083
user: minoura <minoura%NetBSD.org@localhost>
date: Thu Feb 01 00:51:22 2001 +0000
description:
Correct the `usage' message.
Pointed out by Tetsuya Isaki <isaki%se.hiroshima-u.ac.jp@localhost>.
diffstat:
usr.sbin/memswitch/memswitch.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bb6fe5d286c2 -r e183ef256083 usr.sbin/memswitch/memswitch.c
--- a/usr.sbin/memswitch/memswitch.c Wed Jan 31 21:58:37 2001 +0000
+++ b/usr.sbin/memswitch/memswitch.c Thu Feb 01 00:51:22 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: memswitch.c,v 1.4 2000/04/14 06:26:53 simonb Exp $ */
+/* $NetBSD: memswitch.c,v 1.5 2001/02/01 00:51:22 minoura Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
{
fprintf (stderr, "Usage: %s -a\n", progname);
fprintf (stderr, " %s [-h] variable ...\n", progname);
- fprintf (stderr, " %s variable=value ...\n", progname);
+ fprintf (stderr, " %s -w variable=value ...\n", progname);
fprintf (stderr, " %s [-rs] filename\n", progname);
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index