diff mbox

[ovs-dev] ovn-nbctl: Improve usage message.

Message ID 1469598187-24318-1-git-send-email-blp@ovn.org
State Accepted
Headers show

Commit Message

Ben Pfaff July 27, 2016, 5:43 a.m. UTC
The most important change here is to delete misspelled "the".

Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 ovn/utilities/ovn-nbctl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Numan Siddique July 27, 2016, 7:37 a.m. UTC | #1
On Wed, Jul 27, 2016 at 11:13 AM, Ben Pfaff <blp@ovn.org> wrote:

> The most important change here is to delete misspelled "the".
>
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  ovn/utilities/ovn-nbctl.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/ovn/utilities/ovn-nbctl.c b/ovn/utilities/ovn-nbctl.c
> index e594a32..947e3a1 100644
> --- a/ovn/utilities/ovn-nbctl.c
> +++ b/ovn/utilities/ovn-nbctl.c
> @@ -402,9 +402,9 @@ DHCP Options commands:\n\
>    dhcp-options-list        \n\
>                             lists the DHCP_Options rows\n\
>    dhcp-options-set-options DHCP_OPTIONS_UUID  KEY=VALUE [KEY=VALUE]...\n\
> -                           set DHCP options to the DHCP_OPTIONS_UUID\n\
> +                           set DHCP options for DHCP_OPTIONS_UUID\n\
>    dhcp-options-get-options DHCO_OPTIONS_UUID \n\
> -                           displays the DHCP options of th
> DHCP_OPTIONS_UUID\n\
> +                           displays the DHCP options for
> DHCP_OPTIONS_UUID\n\
>  \n\
>  %s\
>  \n\
>


Sorry for the typo and incorrect grammar in the original patch

Acked-by: Numan Siddique <nusiddiq@redhat.com>

> --
> 2.1.3
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
Ben Pfaff July 27, 2016, 4:05 p.m. UTC | #2
On Wed, Jul 27, 2016 at 01:07:29PM +0530, Numan Siddique wrote:
> On Wed, Jul 27, 2016 at 11:13 AM, Ben Pfaff <blp@ovn.org> wrote:
> 
> > The most important change here is to delete misspelled "the".
> >
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> >  ovn/utilities/ovn-nbctl.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/ovn/utilities/ovn-nbctl.c b/ovn/utilities/ovn-nbctl.c
> > index e594a32..947e3a1 100644
> > --- a/ovn/utilities/ovn-nbctl.c
> > +++ b/ovn/utilities/ovn-nbctl.c
> > @@ -402,9 +402,9 @@ DHCP Options commands:\n\
> >    dhcp-options-list        \n\
> >                             lists the DHCP_Options rows\n\
> >    dhcp-options-set-options DHCP_OPTIONS_UUID  KEY=VALUE [KEY=VALUE]...\n\
> > -                           set DHCP options to the DHCP_OPTIONS_UUID\n\
> > +                           set DHCP options for DHCP_OPTIONS_UUID\n\
> >    dhcp-options-get-options DHCO_OPTIONS_UUID \n\
> > -                           displays the DHCP options of th
> > DHCP_OPTIONS_UUID\n\
> > +                           displays the DHCP options for
> > DHCP_OPTIONS_UUID\n\
> >  \n\
> >  %s\
> >  \n\
> >
> 
> 
> Sorry for the typo and incorrect grammar in the original patch
> 
> Acked-by: Numan Siddique <nusiddiq@redhat.com>

No problem.

Thanks for the review, I applied this to master.
diff mbox

Patch

diff --git a/ovn/utilities/ovn-nbctl.c b/ovn/utilities/ovn-nbctl.c
index e594a32..947e3a1 100644
--- a/ovn/utilities/ovn-nbctl.c
+++ b/ovn/utilities/ovn-nbctl.c
@@ -402,9 +402,9 @@  DHCP Options commands:\n\
   dhcp-options-list        \n\
                            lists the DHCP_Options rows\n\
   dhcp-options-set-options DHCP_OPTIONS_UUID  KEY=VALUE [KEY=VALUE]...\n\
-                           set DHCP options to the DHCP_OPTIONS_UUID\n\
+                           set DHCP options for DHCP_OPTIONS_UUID\n\
   dhcp-options-get-options DHCO_OPTIONS_UUID \n\
-                           displays the DHCP options of th DHCP_OPTIONS_UUID\n\
+                           displays the DHCP options for DHCP_OPTIONS_UUID\n\
 \n\
 %s\
 \n\