From c5a2ea9b8e68a323297a899770bc3b813c24b222 Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 13 Jan 2002 17:14:05 +0000 Subject: [PATCH] Don't include the tracing option in the help if not compiled in. --- tripe.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tripe.c b/tripe.c index f85248c6..f505f3c1 100644 --- a/tripe.c +++ b/tripe.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: tripe.c,v 1.6 2001/06/19 22:08:37 mdw Exp $ + * $Id: tripe.c,v 1.7 2002/01/13 17:14:05 mdw Exp $ * * Main program * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: tripe.c,v $ + * Revision 1.7 2002/01/13 17:14:05 mdw + * Don't include the tracing option in the help if not compiled in. + * * Revision 1.6 2001/06/19 22:08:37 mdw * Moved buffers to peer.c. * @@ -125,7 +128,9 @@ Options:\n\ -K, --pub-keyring=FILE Get public keys from FILE.\n\ -t, --tag=KEYTAG Use private key labelled TAG.\n\ -a, --admin-socket=FILE Use FILE as the adminstration socket.\n\ +" T( "\ -T, --trace=OPTIONS Turn on tracing options.\n\ +" ) "\ ", fp); } -- 2.11.0