Description of problem: There is no description for the tool oo-admin-gear and no way to get the available action list. The help page should show such info. Version-Release number of selected component (if applicable): devenv_4352 How reproducible: always Steps to Reproduce: 1. SSH login to the node 2. # oo-admin-gear --help 3. Actual results: There is no description of the tool and available action list Expected results: Should tell the user what does the tool do and which action is supported by this in help page. Additional info: # oo-admin-gear help Usage: oo-admin-gear --action ACTION --uuid UUID --app APP -A, --action ACTION Specify action -u, --uuid UUID Requires user id -a, --app APP Requires app name
Meng, Dan: I'm awaiting a merge for this: https://github.com/openshift/origin-server/pull/4704 could you take a look?
https://github.com/openshift/origin-server/pull/4704
[root@ip-10-232-76-76 ~]# oo-admin-gear --help Usage: oo-admin-gear --action ACTION --uuid UUID Mandatory arguments: ACTION and gear UUID -a, --action ACTION Specify action Available actions: destroygear (cleanup stale files for a gear) -u, --uuid UUID Specify gear uuid The help page of the tool is more readable. Verified on devenv_4358.