From 21cec28549587db7e34d0ac455244fe4d73a0ed4 Mon Sep 17 00:00:00 2001 From: jestin Date: Tue, 1 Aug 2006 15:52:16 +0000 Subject: Changes to allow the creation of a tunnel between two (or more) ivy bussssseeeeezzzz --- src/IvyDaemon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/IvyDaemon.java') diff --git a/src/IvyDaemon.java b/src/IvyDaemon.java index 910a52d..71a2b93 100644 --- a/src/IvyDaemon.java +++ b/src/IvyDaemon.java @@ -42,7 +42,7 @@ public class IvyDaemon implements Runnable { public static int DEFAULT_SERVICE_PORT = 3456 ; public static final String DEFAULTNAME = "IvyDaemon"; - public static final String helpmsg = "usage: java fr.dgac.ivy.IvyDaemon [options]\n\t-b BUS\tspecifies the Ivy bus domain\n\t-p\tport number, default "+DEFAULT_SERVICE_PORT+"\n\t-n ivyname (default "+DEFAULTNAME+")\n\t-q\tquiet, no tty output\n\t-d\tdebug\n\t-h\thelp\nListens on the TCP port, and sends each line read on the Ivy bus. It is useful to launch one Ivy Daemon and let scripts send their message on the bus.\n"; + public static final String helpmsg = "usage: java fr.dgac.ivy.tools.IvyDaemon [options]\n\t-b BUS\tspecifies the Ivy bus domain\n\t-p\tport number, default "+DEFAULT_SERVICE_PORT+"\n\t-n ivyname (default "+DEFAULTNAME+")\n\t-q\tquiet, no tty output\n\t-d\tdebug\n\t-h\thelp\nListens on the TCP port, and sends each line read on the Ivy bus. It is useful to launch one Ivy Daemon and let scripts send their message on the bus.\n"; private static String name = DEFAULTNAME; public static void main(String[] args) throws IvyException, IOException { -- cgit v1.1