aboutsummaryrefslogtreecommitdiff
path: root/weed/command/upload.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/upload.go')
-rw-r--r--weed/command/upload.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/upload.go b/weed/command/upload.go
index 8ffc0c2b8..592f71610 100644
--- a/weed/command/upload.go
+++ b/weed/command/upload.go
@@ -23,7 +23,7 @@ type UploadOptions struct {
collection *string
dataCenter *string
ttl *string
- diskType *string
+ diskType *string
maxMB *int
usePublicUrl *bool
}