aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Pepiot <phil@philpep.org>2021-04-07 22:47:23 +0200
committerGitHub <noreply@github.com>2021-04-07 22:47:23 +0200
commit42a761ee201ec0ef7315b68f8d280431ddc07b57 (patch)
tree61dad1a76ae61db5936381986e57709ed769af0b
parent3be061994fbaecf2bae8ad155064df6b580063d7 (diff)
downloadseaweedfs-42a761ee201ec0ef7315b68f8d280431ddc07b57.tar.xz
seaweedfs-42a761ee201ec0ef7315b68f8d280431ddc07b57.zip
Fix typo in weed filer long help
-rw-r--r--weed/command/filer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index 08385e62c..a723b4d8a 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -114,7 +114,7 @@ var cmdFiler = &Command{
GET /path/to/
The configuration file "filer.toml" is read from ".", "$HOME/.seaweedfs/", "/usr/local/etc/seaweedfs/", or "/etc/seaweedfs/", in that order.
- If the "filer.toml" is not found, an embedded filer store will be craeted under "-defaultStoreDir".
+ If the "filer.toml" is not found, an embedded filer store will be created under "-defaultStoreDir".
The example filer.toml configuration file can be generated by "weed scaffold -config=filer"