From 42a761ee201ec0ef7315b68f8d280431ddc07b57 Mon Sep 17 00:00:00 2001 From: Philippe Pepiot Date: Wed, 7 Apr 2021 22:47:23 +0200 Subject: [PATCH] Fix typo in weed filer long help --- weed/command/filer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"