From: Ben Pfaff Date: Mon, 18 Jul 2016 16:15:19 +0000 (-0700) Subject: ovs-vsctl: Fix typo in comment. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=b2ffb17c0c0830ebf70e80655be87bb99b803621 ovs-vsctl: Fix typo in comment. Signed-off-by: Ben Pfaff Acked-by: Ryan Moats --- diff --git a/utilities/ovs-vsctl.c b/utilities/ovs-vsctl.c index c4ae692db..c98dd3f3d 100644 --- a/utilities/ovs-vsctl.c +++ b/utilities/ovs-vsctl.c @@ -107,7 +107,7 @@ static void do_vsctl(const char *args, struct ctl_command *, size_t n, * either store a positive values on successful implementing the new * interface, or -1 on failure. * - * Unless -no-wait command line option is specified, + * Unless --no-wait command line option is specified, * post_db_reload_do_checks() is called right after any configuration * changes is picked up (i.e. reload) by ovs-vswitchd. Any error detected * post OVSDB reload is reported as ovs-vsctl errors. OVS-vswitchd logs