Re: [ovs-dev] [PATCH] dpctl: Fix usage for most dpctl commands.

2016-12-07 Thread Aaron Conole
Ben Pfaff writes: > On Tue, Dec 06, 2016 at 03:23:45PM -0500, Aaron Conole wrote: >> Ben Pfaff writes: >> >> > The usage should not repeat the command name, but most of the dpctl >> > commands' usage did repeat it. This fixes the problem. >> > >> > Signed-off-by: Ben Pfaff >> > --- >> > lib/

Re: [ovs-dev] [PATCH] dpctl: Fix usage for most dpctl commands.

2016-12-06 Thread Ben Pfaff
On Tue, Dec 06, 2016 at 03:23:45PM -0500, Aaron Conole wrote: > Ben Pfaff writes: > > > The usage should not repeat the command name, but most of the dpctl > > commands' usage did repeat it. This fixes the problem. > > > > Signed-off-by: Ben Pfaff > > --- > > lib/dpctl.c | 20 ++---

Re: [ovs-dev] [PATCH] dpctl: Fix usage for most dpctl commands.

2016-12-06 Thread Aaron Conole
Ben Pfaff writes: > The usage should not repeat the command name, but most of the dpctl > commands' usage did repeat it. This fixes the problem. > > Signed-off-by: Ben Pfaff > --- > lib/dpctl.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) I didn't build this,

[ovs-dev] [PATCH] dpctl: Fix usage for most dpctl commands.

2016-12-06 Thread Ben Pfaff
The usage should not repeat the command name, but most of the dpctl commands' usage did repeat it. This fixes the problem. Signed-off-by: Ben Pfaff --- lib/dpctl.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/dpctl.c b/lib/dpctl.c index bdccce7.