aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/commands.go')
-rw-r--r--weed/shell/commands.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go
index 02f576011..b642ec253 100644
--- a/weed/shell/commands.go
+++ b/weed/shell/commands.go
@@ -16,8 +16,8 @@ import (
)
type ShellOptions struct {
- Masters *string
- GrpcDialOption grpc.DialOption
+ Masters *string
+ GrpcDialOption grpc.DialOption
// shell transient context
FilerHost string
FilerPort int64