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_replication.go | |
| parent | 729d71fd4cf07709331ba05dd075c54e2effabe9 (diff) | |
| download | seaweedfs-501bd72b1c9a88cadb5182cf9c13c2d796cf775f.tar.xz seaweedfs-501bd72b1c9a88cadb5182cf9c13c2d796cf775f.zip | |
wip: add security.toml file
Diffstat (limited to 'weed/command/filer_replication.go')
| -rw-r--r-- | weed/command/filer_replication.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go index 3384e4023..c24f63bf0 100644 --- a/weed/command/filer_replication.go +++ b/weed/command/filer_replication.go @@ -28,7 +28,7 @@ var cmdFilerReplicate = &Command{ filer.replicate listens on filer notifications. If any file is updated, it will fetch the updated content, and write to the other destination. - Run "weed scaffold -config replication" to generate a replication.toml file and customize the parameters. + Run "weed scaffold -config=replication" to generate a replication.toml file and customize the parameters. `, } |
