Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): [root@rdma-qe-15 ~]$ rpm -qa|grep opa opa-basic-tools-10.0.1.0-2.el7.x86_64 opa-fm-10.1.0.0-145.el7.x86_64 opa-fastfabric-10.0.1.0-2.el7.x86_64 How reproducible: Always Steps to Reproduce: 1. /usr/sbin/opagetvf_env --help 2. And manual page of /usr/sbin/opagetvf_env does not describe the usage either, so users may don't know how to use it properly. 3. Actual results: Nothing displayed Expected results: Show the usage of /usr/sbin/opagetvf_env Additional info:
https://github.com/01org/opa-ff/issues/5
------------------------------------------------------------------------------ This is the expected behavior, this script is designed to be “dot included” in other scripts. As such it does not parse $* so that it will not impact the script it is installed in. Todd Rimmer DCSG Architecture Todd.Rimmer<Todd.Rimmer> ------------------------------------------------------------------------------ Close it as it is not a bug.