Sat, Jul 23, 2016 at 06:46:59PM CEST, [email protected] wrote: >On Fri, 22 Jul 2016 18:34:29 +0200 >Jiri Pirko <[email protected]> wrote: > >> From: Jiri Pirko <[email protected]> >> >> In order to not confuse reader, write help messages into stderr. >> >> Signed-off-by: Jiri Pirko <[email protected]> > >This does make devlink consistent with other parts of iproute2. >But the most common coding standards, back to Unix, and GNU are >that help messages should go to stdout so that: > $ ip -h | more >would work as expected.
The thing is I wanted to make stdout only for json. Putting non-json help out there does not look correct to me. Is it?
