aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorman Casagrande2014-02-18 12:03:26 +0000
committerNorman Casagrande2014-02-18 12:03:26 +0000
commitc59c0b2872b57df2697b4245424b60408f4edb28 (patch)
tree44c75661ae31405418d3a8285675b86c8b1086dd
parentf1f81fce96c711c6f6e59d1907966ae2418bea98 (diff)
downloadgdrive-c59c0b2872b57df2697b4245424b60408f4edb28.tar.bz2
Uppercase MIME
-rw-r--r--drive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/drive.go b/drive.go
index 4da72d1..0a49e17 100644
--- a/drive.go
+++ b/drive.go
@@ -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 {