diff options
| author | chrislu <chris.lu@gmail.com> | 2023-01-04 09:52:25 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-01-04 09:52:25 -0800 |
| commit | e367444586f338318e025c659aa8e11b8506aff2 (patch) | |
| tree | 6519288ef49a4d29fb1b16f0a2fb7da58d80acfa | |
| parent | 5423790b2c48c7922860f1471e1c55603d789b06 (diff) | |
| download | seaweedfs-e367444586f338318e025c659aa8e11b8506aff2.tar.xz seaweedfs-e367444586f338318e025c659aa8e11b8506aff2.zip | |
add notes for full version
| -rw-r--r-- | weed/filer/configuration.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/configuration.go b/weed/filer/configuration.go index 4ed19eee3..db4af1559 100644 --- a/weed/filer/configuration.go +++ b/weed/filer/configuration.go @@ -33,7 +33,7 @@ func (f *Filer) LoadConfiguration(config *util.ViperProxy) (isFresh bool) { if !hasDefaultStoreConfigured { println() - println("Supported filer stores are:") + println("Supported filer stores are the following. If not found, check the full version.") for _, store := range Stores { println(" " + store.GetName()) } |
