Description of problem: oo-admin-usage allows -s|--start|-e|--end timeframe, which should be in format yyyy-mm-dd, but the examples show: $ oo-admin-usage -l bob -s 1360790232 -e 136079383 Version-Release number of selected component (if applicable): devenv_3598 How reproducible: always Steps to Reproduce: 1.check the man page of oo-admin-usage 2. 3. Actual results: The example show: $ oo-admin-usage -l bob -s 1360790232 -e 136079383 Expected results: Time frame should be in format yyyy-mm-dd Additional info:
Fixed in --> https://github.com/openshift/origin-server/pull/3345
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/9f2d9aa173db839cd746f00a58116a689b324133 Fix for bug 990927
Verfied on devenv_3646, the time format defect has been fixed. $ oo-admin-usage -l bob -s 2013-08-01 -e 2013-08-15 But move back to assigned as another small typo was caused by this fix. The dot between oo-admin-usage and (8) is not needed: oo-admin-usage.(8) oo-admin-usage.(8) Code change caused this is: -.TH oo-admin-usage 8 "11 April 2013" "" "" +.TH oo-admin-usage. 8 "13 August 2013" "" ""
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/dcc5a0ab09477af380939c1e251d2473619c9a13 Fix for bug 990927
Was a typo in the txt2man command that I used to generate the file. Fixed with --> https://github.com/openshift/origin-server/pull/3357
Verified on devenv_3653 Checked man page, it's updated as: List the usage for the user within a specified timeframe: $ oo-admin-usage -l bob -s 2013-08-01 -e 2013-08-15 ............... AUTHOR Adam Miller <admiller> - man page written for OpenShift Origin 14 August 2013 oo-admin-usage(8)