From: mdw Date: Sun, 13 Jan 2002 17:14:05 +0000 (+0000) Subject: Don't include the tracing option in the help if not compiled in. X-Git-Tag: 1.0.0pre3~13 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/c5a2ea9b8e68a323297a899770bc3b813c24b222 Don't include the tracing option in the help if not compiled in. --- 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); }