You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2013/06/23 10:35:19 UTC

[jira] [Created] (KARAF-2368) Commands with more than one argument have incorrect help string

Andrew Gaul created KARAF-2368:
----------------------------------

             Summary: 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


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
...

--
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