From 445bbf2a424b15d3f600b802adf35965540bc8f1 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 17 Dec 2008 00:04:02 -0800 Subject: [PATCH] Fix usage line about specifying local datapath in secchan. --- secchan/secchan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.45.2