diff options
Diffstat (limited to 'weed/command/mount.go')
| -rw-r--r-- | weed/command/mount.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/weed/command/mount.go b/weed/command/mount.go index febc80683..fce3eba22 100644 --- a/weed/command/mount.go +++ b/weed/command/mount.go @@ -6,11 +6,11 @@ import ( ) type MountOptions struct { - filer *string - filerMountRootPath *string - dir *string - dirAutoCreate *bool - collection *string + filer *string + filerMountRootPath *string + dir *string + dirAutoCreate *bool + collection *string replication *string ttlSec *int chunkSizeLimitMB *int |
