Fix help output that indicated multiple config files can be read.
authorJustin Pettit <jpettit@nicira.com>
Wed, 11 Mar 2009 07:49:18 +0000 (00:49 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 11 Mar 2009 07:49:18 +0000 (00:49 -0700)
secchan/main.c

index 2bf4b0c6b5b70691c03fd3de1eb855601621bf56..890d6d402c02164c4d97fc803301b35e8779ee88 100644 (file)
@@ -543,7 +543,7 @@ usage(void)
            program_name, program_name);
     vconn_usage(true, true, true);
     printf("\nConfiguration options:\n"
-           "  -F, --config=FILE|DIR   reads configuration from FILE or DIR\n"
+           "  -F, --config=FILE       reads configuration from FILE\n"
            "  --br-name=NAME          bridge name to use for configuration\n"
            "\nOpenFlow options:\n"
            "  -d, --datapath-id=ID    Use ID as the OpenFlow switch ID\n"