From: Justin Pettit Date: Wed, 17 Dec 2008 08:04:02 +0000 (-0800) Subject: Fix usage line about specifying local datapath in secchan. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=445bbf2a424b15d3f600b802adf35965540bc8f1;p=sliver-openvswitch.git Fix usage line about specifying local datapath in secchan. --- diff --git a/secchan/secchan.c b/secchan/secchan.c index fa8d6e859..5dae49dab 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -814,8 +814,8 @@ static void usage(void) { printf("%s: secure channel, a relay for OpenFlow messages.\n" - "usage: %s [OPTIONS] nl:DP_IDX [CONTROLLER]\n" - "where nl:DP_IDX is a datapath that has been added with dpctl.\n" + "usage: %s [OPTIONS] DATAPATH [CONTROLLER]\n" + "DATAPATH is an active connection method to a local datapath.\n" "CONTROLLER is an active OpenFlow connection method; if it is\n" "omitted, then secchan performs controller discovery.\n", program_name, program_name);