[ovs-dev] [PATCH] ofp-version-opt: Fix spelling and capitalization.

Ben Pfaff blp at nicira.com
Tue Apr 29 20:56:12 UTC 2014


Thanks, applied to master.

On Tue, Apr 29, 2014 at 01:49:15PM -0700, Justin Pettit wrote:
> Acked-by: Justin Pettit <jpettit at nicira.com>
> 
> 
> On April 29, 2014 at 1:48:23 PM, Ben Pfaff (blp at nicira.com) wrote:
> > "OpenFlow" is one word.
> > "Version" isn't a proper noun.
> > 
> > Signed-off-by: Ben Pfaff 
> > ---
> > lib/ofp-version-opt.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/lib/ofp-version-opt.c b/lib/ofp-version-opt.c
> > index 10784fc..46fb45a 100644
> > --- a/lib/ofp-version-opt.c
> > +++ b/lib/ofp-version-opt.c
> > @@ -33,9 +33,9 @@ ofp_version_usage(void)
> > 
> > ofputil_format_version_bitmap_names(&msg, OFPUTIL_DEFAULT_VERSIONS);
> > printf(
> > - "\nOpen Flow Version options:\n"
> > + "\nOpenFlow version options:\n"
> > " -V, --version display version information\n"
> > - " -O, --protocols set allowed Open Flow versions\n"
> > + " -O, --protocols set allowed OpenFlow versions\n"
> > " (default: %s)\n",
> > ds_cstr(&msg));
> > ds_destroy(&msg);
> > --
> > 1.7.10.4
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> > 
> 



More information about the dev mailing list