diff options
Diffstat (limited to 'weed/command/mount.go')
| -rw-r--r-- | weed/command/mount.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/mount.go b/weed/command/mount.go index 0046ca03d..028757c25 100644 --- a/weed/command/mount.go +++ b/weed/command/mount.go @@ -31,6 +31,7 @@ type MountOptions struct { debugPort *int localSocket *string disableXAttr *bool + extraOptions []string } var ( |
