Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/rpc.yppasswdd sync usage() message with realty
details: https://anonhg.NetBSD.org/src/rev/702efdd7a893
branches: trunk
changeset: 521192:702efdd7a893
user: wennmach <wennmach%NetBSD.org@localhost>
date: Fri Jan 25 20:30:41 2002 +0000
description:
sync usage() message with realty
diffstat:
usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 1144e04d27a5 -r 702efdd7a893 usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c
--- a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c Fri Jan 25 19:37:49 2002 +0000
+++ b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c Fri Jan 25 20:30:41 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc.yppasswdd.c,v 1.9 2001/02/19 23:22:47 cgd Exp $ */
+/* $NetBSD: rpc.yppasswdd.c,v 1.10 2002/01/25 20:30:41 wennmach Exp $ */
/*
* Copyright (c) 1994 Mats O Jansson <moj%stacken.kth.se@localhost>
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: rpc.yppasswdd.c,v 1.9 2001/02/19 23:22:47 cgd Exp $");
+__RCSID("$NetBSD: rpc.yppasswdd.c,v 1.10 2002/01/25 20:30:41 wennmach Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -173,7 +173,7 @@
usage(void)
{
- fprintf(stderr, "usage: %s [-noshell] [-nogecos] [-nopw] "
- "[-m arg1 [arg2 ...]]\n", getprogname());
+ fprintf(stderr, "usage: %s [-d directory] [-noshell] [-nogecos] "
+ "[-nopw] [-m arg1 [arg2 ...]]\n", getprogname());
exit(EXIT_FAILURE);
}
Home |
Main Index |
Thread Index |
Old Index