[ 
https://issues.apache.org/jira/browse/KARAF-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated KARAF-2368:
-------------------------------

    Description: 
I noticed this with jclouds blobstore read command:

{noformat}
$ jclouds blobstore read
Error executing command jclouds:blobstore-read: argument toFile is required

$ jclouds blobstore read --help
DESCRIPTION
        jclouds:blobstore-read

        Reads data from the blobstore

SYNTAX
        jclouds:blobstore-read [options] containerName blobName toFile 

ARGUMENTS
        containerName
                The name of the container
        blobName
                The name of the blob
        toFile
                The file to store the blob
...
{noformat}

  was:
I noticed this with jclouds blobstore read command:

$ jclouds blobstore read
Error executing command jclouds:blobstore-read: argument toFile is required

$ jclouds blobstore read --help
DESCRIPTION
        jclouds:blobstore-read

        Reads data from the blobstore

SYNTAX
        jclouds:blobstore-read [options] containerName blobName toFile 

ARGUMENTS
        containerName
                The name of the container
        blobName
                The name of the blob
        toFile
                The file to store the blob
...

    
> Commands with more than one argument have incorrect help string
> ---------------------------------------------------------------
>
>                 Key: KARAF-2368
>                 URL: https://issues.apache.org/jira/browse/KARAF-2368
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.2.7
>            Reporter: Andrew Gaul
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.12, 2.3.2, 2.4.0, 3.0.0
>
>         Attachments: KARAF-2368.patch
>
>
> I noticed this with jclouds blobstore read command:
> {noformat}
> $ jclouds blobstore read
> Error executing command jclouds:blobstore-read: argument toFile is required
> $ jclouds blobstore read --help
> DESCRIPTION
>         jclouds:blobstore-read
>         Reads data from the blobstore
> SYNTAX
>         jclouds:blobstore-read [options] containerName blobName toFile 
> ARGUMENTS
>         containerName
>                 The name of the container
>         blobName
>                 The name of the blob
>         toFile
>                 The file to store the blob
> ...
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to