aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-02-20 22:35:18 -0800
committerGitHub <noreply@github.com>2021-02-20 22:35:18 -0800
commit258e93bc861756fe92daf5bc09fb0ef2eab4aaf3 (patch)
tree794843ac2f9a3a930a904e323edf0c08a9883f75 /weed/command/command.go
parent03c643aa6b31fdbcfaf00d69d003f2dc446f2557 (diff)
parent1af6c96cd02c2c6ace9cc3a7995e12bd653ae8fc (diff)
downloadseaweedfs-258e93bc861756fe92daf5bc09fb0ef2eab4aaf3.tar.xz
seaweedfs-258e93bc861756fe92daf5bc09fb0ef2eab4aaf3.zip
Merge pull request #1823 from bingoohuang/master
feature: support command line arguments in a configuration file
Diffstat (limited to 'weed/command/command.go')
-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"
)