From f8b58e512857cd09b09f302ed72c9d545004d06b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 30 Dec 2008 12:50:02 -0800 Subject: [PATCH] brcompat: Fix usage message. --brcompat isn't required and doesn't substitute for --config, so put it in a different section. --- vswitchd/vswitchd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vswitchd/vswitchd.c b/vswitchd/vswitchd.c index 00a733f4..e64121c4 100644 --- a/vswitchd/vswitchd.c +++ b/vswitchd/vswitchd.c @@ -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" -- 2.30.2