From f2144087cf79cf2839259bd7f5239eac654fe7d2 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 12 Feb 2013 17:21:00 +0900 Subject: [PATCH] fix a typo in the help message of quantum_controller_addr Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/flags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/flags.py b/ryu/flags.py index a875d176..1275530c 100644 --- a/ryu/flags.py +++ b/ryu/flags.py @@ -41,6 +41,6 @@ CONF.register_cli_opts([ help='auth strategy for connecting to quantum in admin' 'context'), cfg.StrOpt('quantum_controller_addr', default=None, - help='openflow mehod:address:port to set controller of' + help='openflow method:address:port to set controller of' 'ovs bridge') ])