diff --git a/src/dev/hawala/xns/examples/XnsResponder.java b/src/dev/hawala/xns/examples/XnsResponder.java index 46c293b..78ff4c5 100755 --- a/src/dev/hawala/xns/examples/XnsResponder.java +++ b/src/dev/hawala/xns/examples/XnsResponder.java @@ -124,7 +124,7 @@ private static void usage(boolean all) { System.err.println(" +time[: : enable the time server with the time zone at the given offset"); System.err.println(" daysbackintime: : shift the local time by the given days into past"); System.err.println(" -rip : disable the Routing Information server"); - System.err.println(" +rip : enable the Routine Information server"); + System.err.println(" +rip : enable the Routing Information server"); System.err.println(" +bfs:nnn/xx-xx-xx-xx-xx-xx : add a machine at the given network and host ids to BfS responses"); System.err.println("defaults:"); System.err.println(" hubhost:localhost"); @@ -158,9 +158,9 @@ public static void main(String[] args) throws XnsException { usage(true); } else if ("+v".equals(a)) { verbose = true; - } else if (a.startsWith("hubHost:")) { + } else if (a.startsWith("hubhost:")) { hubHost = value; - } else if (a.startsWith("hubPort:")) { + } else if (a.startsWith("hubport:")) { hubPort = (int)getLong(value, arg, "port"); } else if (a.startsWith("net:")) { localNetwork = getLong(value, arg, "network");