From e367444586f338318e025c659aa8e11b8506aff2 Mon Sep 17 00:00:00 2001 From: chrislu Date: Wed, 4 Jan 2023 09:52:25 -0800 Subject: [PATCH] add notes for full version --- weed/filer/configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) }