fixed typo in usage printout
authoradam <adam@megacz.com>
Tue, 30 Mar 2004 23:17:11 +0000 (23:17 +0000)
committeradam <adam@megacz.com>
Tue, 30 Mar 2004 23:17:11 +0000 (23:17 +0000)
darcs-hash:20040330231711-5007d-1e10250816012c048c76e9cdc187a06606ff21d0.gz

src/org/ibex/Main.java

index ed5199d..8003ada 100644 (file)
@@ -30,7 +30,7 @@ public class Main {
         System.err.println("Usage: ibex [-lawp] [ url | file | directory ]");
         System.err.println("");
         System.err.println("    -l <level>      set logging level to { debug, info (default), warn, error, silent }");
-        System.err.println("    -l rpc          write log to a file on disk");
+        System.err.println("    -l rpc          log all XML-RPC and SOAP conversations");
         System.err.println("    -l user@host    email log to user@host");
         System.err.println("    -l host:port    emit log to TCP socket");
         System.err.println("    -l <file>       write log to a file on disk");