diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-02-09 21:07:12 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-02-09 21:07:12 -0800 |
| commit | 501bd72b1c9a88cadb5182cf9c13c2d796cf775f (patch) | |
| tree | dbd04f1f45cd6b8d805bb1914986151ad6e7feaf /weed/command/filer.go | |
| parent | 729d71fd4cf07709331ba05dd075c54e2effabe9 (diff) | |
| download | seaweedfs-501bd72b1c9a88cadb5182cf9c13c2d796cf775f.tar.xz seaweedfs-501bd72b1c9a88cadb5182cf9c13c2d796cf775f.zip | |
wip: add security.toml file
Diffstat (limited to 'weed/command/filer.go')
| -rw-r--r-- | weed/command/filer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go index 0c1950f96..f5fa6d50f 100644 --- a/weed/command/filer.go +++ b/weed/command/filer.go @@ -70,7 +70,7 @@ var cmdFiler = &Command{ The configuration file "filer.toml" is read from ".", "$HOME/.seaweedfs/", or "/etc/seaweedfs/", in that order. - The example filer.toml configuration file can be generated by "weed scaffold filer" + The example filer.toml configuration file can be generated by "weed scaffold -config=filer" `, } |
