Re: [PATCH ethtool-next 3/5] separate FLAGS out in -h

2020-09-23 Thread Jacob Keller
On 9/15/2020 4:52 PM, Jakub Kicinski wrote: > Help output is quite crowded already with every command > being prefixed by --debug and --json options, and we're > about to add a third one. > > Add an indirection. > > Signed-off-by: Jakub Kicinski Seems reasonable to me. Reviewed-by: Jacob Ke

[PATCH ethtool-next 3/5] separate FLAGS out in -h

2020-09-15 Thread Jakub Kicinski
Help output is quite crowded already with every command being prefixed by --debug and --json options, and we're about to add a third one. Add an indirection. Signed-off-by: Jakub Kicinski --- ethtool.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ethtool.c b/etht