aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/filer.go')
-rw-r--r--weed/command/filer.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index eaef380a2..30a8b6412 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -5,7 +5,6 @@ import (
"strconv"
"time"
- "github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/chrislusf/seaweedfs/weed/server"
@@ -68,9 +67,9 @@ var cmdFiler = &Command{
The configuration file "filer.toml" is read from ".", "$HOME/.seaweedfs/", or "/etc/seaweedfs/", in that order.
- The following are example filer.toml configuration file.
+ The example filer.toml configuration file can be generated by "weed scaffold filer"
-` + filer2.FILER_TOML_EXAMPLE + "\n",
+`,
}
func runFiler(cmd *Command, args []string) bool {