chiark / gitweb /
Don't include the tracing option in the help if not compiled in.
authormdw <mdw>
Sun, 13 Jan 2002 17:14:05 +0000 (17:14 +0000)
committermdw <mdw>
Sun, 13 Jan 2002 17:14:05 +0000 (17:14 +0000)
tripe.c

diff --git a/tripe.c b/tripe.c
index f85248c6d0a2c9671050c788a45bc48048d32bce..f505f3c1c52b2ec220c1a838aadd7462b6db40b9 100644 (file)
--- a/tripe.c
+++ b/tripe.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-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
  *
  *
  * Main program
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: tripe.c,v $
 /*----- 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.
  *
  * 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\
 -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\
 -T, --trace=OPTIONS    Turn on tracing options.\n\
+" ) "\
 ", fp);
 }
 
 ", fp);
 }