diff options
| author | Norman Casagrande | 2014-02-18 12:03:26 +0000 |
|---|---|---|
| committer | Norman Casagrande | 2014-02-18 12:03:26 +0000 |
| commit | c59c0b2872b57df2697b4245424b60408f4edb28 (patch) | |
| tree | 44c75661ae31405418d3a8285675b86c8b1086dd | |
| parent | f1f81fce96c711c6f6e59d1907966ae2418bea98 (diff) | |
| download | gdrive-c59c0b2872b57df2697b4245424b60408f4edb28.tar.bz2 | |
Uppercase MIME
| -rw-r--r-- | drive.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ type Options struct { Title string `goptions:"-t, --title, description='Title to give uploaded file. Defaults to filename'"` ParentId string `goptions:"-p, --parent, description='Parent Id of the file'"` Share bool `goptions:"--share, description='Share uploaded file'"` - MimeType string `goptions:"--mimetype, description='The mime type (default will try to figure it out)'"` + MimeType string `goptions:"--mimetype, description='The MIME type (default will try to figure it out)'"` } `goptions:"upload"` Download struct { |
