Browse Source

add notes for full version

pull/4109/head
chrislu 2 years ago
parent
commit
e367444586
  1. 2
      weed/filer/configuration.go

2
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())
}

Loading…
Cancel
Save