Description of problem: If try to use oo-app-idle without any pamameters added, following error would be shown: # oo-app-idle /usr/sbin/oo-app-idle:33:in `join': can't convert nil into String (TypeError) from /usr/sbin/oo-app-idle:33:in `<main>' Version-Release number of selected component (if applicable): devev_2589 How reproducible: always Steps to Reproduce: 1. Run "oo-app-idle" on instance 2. 3. Actual results: Error is shown as mentioned in description. Expected results: Help content is shown instead of the error. Additional info:
Added a warning message. The pull request will go out later after stg cut. Ex: # ./oo-app-idle Usage: ./oo-app-idle [UUID] [DAYS]
Pull request: https://github.com/openshift/origin-server/pull/1079
It's fixed and verified on devenv_2603, warning message is shown as below: # oo-app-idle Usage: /usr/sbin/oo-app-idle [UUID] [DAYS] Thanks