Hide Forgot
Description of problem: No description in the help content of "oo-devel-node connector-execute" Version-Release number of selected component (if applicable): devenv_3745 How reproducible: always Steps to Reproduce: 1. On instance, run command "oo-devel-node --help connector-execute" 2. 3. Actual results: [root@ip-10-62-121-48 ~]# oo-devel-node --help connector-execute NAME: connector-execute DESCRIPTION: Need better documentation SYNOPSIS: oo-devel-node connector-execute --with-container-uuid UUID --cartridge-name NAME \ --publishing-cartridge-name NAME --hook-name NAME --connection-type TYPE --input-args ARGS OPTIONS: -N, --cartridge-name NAME Unique identifier for the cartridge that the component belongs to --publishing-cartridge-name NAME --hook-name NAME Name of the connector to be executed -T, --connection-type TYPE --input-args ARGS k1=v1\nk2=v2\n Expected results: The "DESCRIPTION" should describe the command function clearly, instead of "Need better documentation" Additional info:
Commits pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/c06fc7fd064c619065c220798bd9f75be206a48a Fix bug 1004649 https://github.com/openshift/origin-server/commit/1066149b702093477613cbecf8bf6d233d43ba1c Merge pull request #4090 from pmorie/bugs/1004649 Fix bug 1004649
Tested on devenv_3993. [root@ip-10-60-155-14 ~]# oo-devel-node --help connector-execute NAME: connector-execute DESCRIPTION: Run a specific connection hook in the application SYNOPSIS: oo-devel-node connector-execute --with-container-uuid UUID --cartridge-name NAME \ --publishing-cartridge-name NAME --hook-name NAME --connection-type TYPE --input-args ARGS OPTIONS: -N, --cartridge-name NAME Unique identifier for the cartridge that the component belongs to --publishing-cartridge-name NAME --hook-name NAME Name of the connector to be executed -T, --connection-type TYPE --input-args ARGS k1=v1\nk2=v2\n The help content is updated. Mark the bug as verified.