brcompat: Fix usage message.
authorBen Pfaff <blp@nicira.com>
Tue, 30 Dec 2008 20:50:02 +0000 (12:50 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 30 Dec 2008 21:05:15 +0000 (13:05 -0800)
--brcompat isn't required and doesn't substitute for --config, so put it
in a different section.

vswitchd/vswitchd.c

index 00a733f4306b36da067c520aa6af5e09da481c47..e64121c41004985ed54d976139eea5a939fbf105 100644 (file)
@@ -208,8 +208,9 @@ usage(void)
            "usage: %s [OPTIONS]\n",
            program_name, program_name);
     printf("\nConfiguration options (must specify at least one):\n"
-           "  -b, --brcompat=FILE     run with bridge compatibility hooks\n"
-           "  -F, --config=FILE|DIR   reads configuration from FILE or DIR\n");
+           "  -F, --config=FILE|DIR   reads configuration from FILE or DIR\n"
+           "\nCompatibility options:\n"
+           "  -b, --brcompat=FILE     run with bridge compatibility hooks\n");
     daemon_usage();
     vlog_usage();
     printf("\nOther options:\n"