aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/command.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index 3fa52c922..bbc2e0423 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -1,8 +1,8 @@
package command
import (
- "flag"
"fmt"
+ flag "github.com/chrislusf/seaweedfs/weed/util/fla9"
"os"
"strings"
)