Description of problem: JON 3.0.1 RC#1 CLI Doc Table 2.3 lists variable that is not available, "unlimitedPageControl" Version-Release number of selected component (if applicable): JON 3.01 RC1 How reproducible: 100% Steps to Reproduce: 1. read CLI Doc table 2.3 2. ./rhq-cli.sh -u rhqadmin -p rhqadmin 3. type 'subject' .. then tab ... this variable is available 4. type 'pretty' ... then tab ... this variable is available 5. type 'unlimitedPageControl' ... then tab ... this variable is not available 6. type 'org.rhq.core.domain.util.PageControl.unlimitedPageControl' ...this variable is not available Actual results: a variable that is listed in the table of available variables is not available rhqadmin@localhost:7080$ unlimitedPageControl ReferenceError: "unlimitedPageControl" is not defined. (<Unknown source>#1) unlimitedPageControl ^ Expected results: a variable that is listed in the table of available variables is available Additional info:
12/30/2012 BZ triage meeting mfoley, ccrouch, loleary, asantos
This should be "unlimitedPC" and I have corrected it.
Link: http://documentation-stage.bne.redhat.com/docs/en-US/JBoss_Operations_Network/100/html/Running_JON_Command-Line_Scripts/Running_the_CLI-Running_the_JON_CLI.html#tab.implicit-variables
Closing.