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