Fix usage line about specifying local datapath in secchan.
authorJustin Pettit <jpettit@nicira.com>
Wed, 17 Dec 2008 08:04:02 +0000 (00:04 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 17 Dec 2008 08:04:02 +0000 (00:04 -0800)
secchan/secchan.c

index fa8d6e8..5dae49d 100644 (file)
@@ -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);