xcat2 / xcat-core

Code repo for xCAT core packages
Eclipse Public License 1.0
360 stars 171 forks source link

[FVT][OpenBMC] sync up manpage and help information for rbeacon #4851

Closed tingtli closed 6 years ago

tingtli commented 6 years ago

xCAT 2.13.11. The help information and manpage for rbeacon is not consistent. Please update.

Help information does not have blink option but manpage has. Should we put different hardware type in different option list?

[root@briggs01 ltt]# rbeacon -h
Usage: rbeacon <noderange> [on|off|stat] [-V|--verbose]
       rbeacon [-h|--help|-v|--version]

Here is the manpage

SYNOPSIS
       rbeacon noderange {on|blink|off|stat}

       rbeacon [-h|--help]

       rbeacon {-v|--version}
whowutwut commented 6 years ago

@xuweibj @gurevichmark please coordinate to see which tasks can be split between you, I think this one seemed like it could have been fixed very quickly but maybe was assigned to @xuweibj and sat there for 2 weeks.

xuweibj commented 6 years ago

Have fixed in pull request https://github.com/xcat2/xcat-core/pull/4859.

tingtli commented 6 years ago

I've verified with xcat 2.14 3/26 build. Close this bug.