jpirko / libteam

team netdevice library
GNU Lesser General Public License v2.1
230 stars 57 forks source link

man: fix error options in teamd man doc #69

Closed he7850 closed 2 years ago

he7850 commented 2 years ago

teamd has option "-v": print version.

[root@localhost ~]# teamd -v
teamd 1.31
[root@localhost ~]# teamd -V
teamd: invalid option -- 'V'

but in man doc: -V, --version Print version information to console and exit.

Signed-off-by: Bin Hu im.bin.hu@gmail.com

jpirko commented 2 years ago

see SubmittingPatches