#636294 upload CLI command is only half implemented

Package:
flickcurl-utils
Source:
flickcurl
Description:
utilities to call the Flickr API from command line
Submitter:
Date:
2011-08-02 01:27:05 UTC
Severity:
minor
#636294#5
Date:
2011-08-02 01:25:57 UTC
From:
To:
On the flickcurl(1) man page we see
      upload FILE [PARAMS...]
              Upload a photo FILE with  optional  parameters  PARAM  or  PARAM
              VALUE
              title TITLE
              description DESC
              tags TAGS...
              friend
              public
              family

However on
file:///usr/share/doc/flickcurl-doc/flickcurl-section-upload.html
or better yet
http://www.flickr.com/services/api/upload.api.html
we see a much clearer longer list of things we can set, many of which
end up being set to unlisted defaults when using the command on the man page.