diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-11-15 21:16:28 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-11-15 21:16:28 -0800 |
| commit | af658ea97016c95c09938bed7d728ef06740a389 (patch) | |
| tree | b17309844197f08924b0c39e1db5d967801fbfc5 /weed/shell/command_fs_configure.go | |
| parent | 98827d68d9f6dc17ff635a5ad6aef7eac0a5db89 (diff) | |
| download | seaweedfs-af658ea97016c95c09938bed7d728ef06740a389.tar.xz seaweedfs-af658ea97016c95c09938bed7d728ef06740a389.zip | |
fix typo
Diffstat (limited to 'weed/shell/command_fs_configure.go')
| -rw-r--r-- | weed/shell/command_fs_configure.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_fs_configure.go b/weed/shell/command_fs_configure.go index 71082ddd4..a616b6bd2 100644 --- a/weed/shell/command_fs_configure.go +++ b/weed/shell/command_fs_configure.go @@ -36,7 +36,7 @@ func (c *commandFsConfigure) Do(args []string, commandEnv *CommandEnv, writer io fsConfigureCommand := flag.NewFlagSet(c.Name(), flag.ContinueOnError) locationPrefix := fsConfigureCommand.String("locationPrefix", "", "path prefix, required to update the path-specific configuration") - collection := fsConfigureCommand.String("collection", "", "assign writes to this colletion") + collection := fsConfigureCommand.String("collection", "", "assign writes to this collection") replication := fsConfigureCommand.String("replication", "", "assign writes with this replication") ttl := fsConfigureCommand.String("ttl", "", "assign writes with this ttl") fsync := fsConfigureCommand.Bool("fsync", false, "fsync for the writes") |
