]> git.ipfire.org Git - thirdparty/iproute2.git/commit
genl: Fix help text
authorPhil Sutter <phil@nwl.cc>
Thu, 16 Aug 2018 10:27:57 +0000 (12:27 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 16 Aug 2018 17:25:02 +0000 (10:25 -0700)
commitd94974bc91eb2aa2df4592140e1aa3ea0d3cddba
treecff07a7ac90534cf6f60a92922a034e586e482a0
parent29b1430ba9aa9bceb42b07232f5138e511034a5a
genl: Fix help text

The '| help' part was misleading: In fact, 'genl help' does not work but
'genl <OBJECT> help' does. Fix the help text to make that clear.

In addition to that, list -Version and -help flags as well.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
genl/genl.c