chiark / gitweb /
configure.in: Reformat --with-logfile help text.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jan 2007 19:05:23 +0000 (19:05 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jan 2007 19:05:23 +0000 (19:05 +0000)
configure.in

index cb6efb2c423b7e0d1bdf19ba6a9084c884d97e73..2ba928b27c1b20e17383248c0ba3007843b80672 100644 (file)
@@ -95,8 +95,8 @@ AC_ARG_WITH([initconfig],
 [initconfig=/etc/tripe.conf])
 
 AC_ARG_WITH([logfile],
-[  --with-logfile=DIR       make tripectl write its log to FILE 
-                           [default=./tripe.log]],
+[  --with-logfile=DIR      make tripectl write its log to FILE 
+                          [default=./tripe.log]],
 [logfile=$withval],
 [logfile=tripe.log])