Acked-by: Justin Pettit <[email protected]>
On April 29, 2014 at 1:48:23 PM, Ben Pfaff ([email protected]) 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 > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
