diff options
| author | wiz <wiz@NetBSD.org> | 2001-09-02 18:56:26 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-09-02 18:56:26 +0000 |
| commit | 0b273592ec3bcd343f300f09ce03cdb65c12865d (patch) | |
| tree | ad6a82d84e4bd0e052e332e2028532171364898d /libexec | |
| parent | 64bde37d3aee0f7c7314ebf930fb652f3384f343 (diff) | |
-edebug should only be mentioned in the help #ifdef ENCRYPTION, not #ifdef
AUTHENTICATION. Noted (with patch) by Brian Ginsbach.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/telnetd/telnetd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index 087477508d5..9407ce2a0b5 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -1,4 +1,4 @@ -/* $NetBSD: telnetd.c,v 1.30 2001/08/30 23:25:16 wiz Exp $ */ +/* $NetBSD: telnetd.c,v 1.31 2001/09/02 18:56:26 wiz Exp $ */ /* * Copyright (C) 1997 and 1998 WIDE Project. @@ -69,7 +69,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ #if 0 static char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95"; #else -__RCSID("$NetBSD: telnetd.c,v 1.30 2001/08/30 23:25:16 wiz Exp $"); +__RCSID("$NetBSD: telnetd.c,v 1.31 2001/09/02 18:56:26 wiz Exp $"); #endif #endif /* not lint */ @@ -636,7 +636,7 @@ usage() #ifdef DIAGNOSTICS fprintf(stderr, " [-D (options|report|exercise|netdata|ptydata)]\n\t"); #endif -#ifdef AUTHENTICATION +#ifdef ENCRYPTION fprintf(stderr, " [-edebug]"); #endif fprintf(stderr, " [-h]"); |
