[ 
https://issues.apache.org/jira/browse/KARAF-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070743#comment-13070743
 ] 

Jean-Baptiste Onofré commented on KARAF-753:
--------------------------------------------

It makes sense Glen.

Just for explanation, in the blueprint descriptor, we have:

        <command name="jaas/commandlist">
            <action class="org.apache.karaf.jaas.command.ListPendingCommand"/>
        </command>

So we can see the command name (jaas/commandlist) linked to the 
ListPendingCommand bean.

That's why we have a mix between the command name and the real command :)

I'm agree with your plan, I will do it in this way.

> commandlist --help points to help for jaas:pending
> --------------------------------------------------
>
>                 Key: KARAF-753
>                 URL: https://issues.apache.org/jira/browse/KARAF-753
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 2.2.2
>            Reporter: Glen Mazza
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 2.2.3, 3.0.0
>
>
> Not sure why (can't find the problem in the source code), but commandlist 
> --help is pointing to another command:
> karaf@root> commandlist --help
> DESCRIPTION
>         jaas:pending
>       Lists the modification on the active realm/module.
> SYNTAX
>         jaas:pending [options]
> OPTIONS
>         --help
>                 Display this help message
> karaf@root> 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to