diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-04-07 13:48:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 13:48:57 -0700 |
| commit | 0f02bd210d1b87c81a1a5cc26d815b3ef50f2055 (patch) | |
| tree | 61dad1a76ae61db5936381986e57709ed769af0b | |
| parent | 3be061994fbaecf2bae8ad155064df6b580063d7 (diff) | |
| parent | 42a761ee201ec0ef7315b68f8d280431ddc07b57 (diff) | |
| download | seaweedfs-0f02bd210d1b87c81a1a5cc26d815b3ef50f2055.tar.xz seaweedfs-0f02bd210d1b87c81a1a5cc26d815b3ef50f2055.zip | |
Merge pull request #1973 from philpep/patch-1
| -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 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" |
