X-Git-Url: http://nitlanguage.org diff --git a/src/nitdbg_client.nit b/src/nitdbg_client.nit index b12e1e9..7d4fb2f 100644 --- a/src/nitdbg_client.nit +++ b/src/nitdbg_client.nit @@ -25,7 +25,7 @@ import toolcontext redef class ToolContext var opt_host_address: OptionString = new OptionString("Sets the host to debug from, use IPV4 only (Defaults to 127.0.0.1)", "--host") - var opt_debug_port: OptionInt = new OptionInt("Sets the debug port (Defaults to 22125) - Must be contained between 0 and 65535", 22125, "--port") + var opt_debug_port: OptionInt = new OptionInt("Sets the debug port (Defaults to 22125)", 22125, "--port") redef init do