From 1b741a8f2e28bfab4a130d815146e3fdb012ead5 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 11 Mar 2009 00:49:18 -0700 Subject: [PATCH] Fix help output that indicated multiple config files can be read. --- secchan/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secchan/main.c b/secchan/main.c index 2bf4b0c6..890d6d40 100644 --- a/secchan/main.c +++ b/secchan/main.c @@ -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" -- 2.30.2