X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=secchan%2Fsecchan.c;h=66993ba8e5c87a04f2d5778554d16b539263d9ba;hb=07f8d9645c14da05f318192f502dd826fff19dae;hp=75d46ebccf4223876e82d54079f5e373c9833068;hpb=24ff8279e78fea5756fcca93bb2a41bd9f2db9fb;p=openvswitch diff --git a/secchan/secchan.c b/secchan/secchan.c index 75d46ebc..66993ba8 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -548,9 +548,10 @@ parse_options(int argc, char *argv[]) static void usage(void) { - printf("%s: Secure Channel, a relay for OpenFlow messages.\n" - "usage: %s [OPTIONS] LOCAL REMOTE\n" - "where LOCAL and REMOTE are active OpenFlow connection methods.\n", + 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" + "and CONTROLLER is an active OpenFlow connection method.\n", program_name, program_name); vconn_usage(true, true); printf("\nNetworking options:\n" @@ -564,6 +565,7 @@ usage(void) "\nOther options:\n" " -D, --detach run in background as daemon\n" " -P, --pidfile[=FILE] create pidfile (default: %s/secchan.pid)\n" + " -v, --verbose=MODULE:FACILITY:LEVEL configure logging levels\n" " -v, --verbose set maximum verbosity level\n" " -h, --help display this help message\n" " -V, --version display version information\n",