diff options
Diffstat (limited to 'weed/shell/commands.go')
| -rw-r--r-- | weed/shell/commands.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go index b642ec253..02f576011 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 |
