diff --git a/cmd/help.go b/cmd/help.go index 04e42d640..865cc3ae8 100644 --- a/cmd/help.go +++ b/cmd/help.go @@ -300,6 +300,7 @@ func showBackend(name string) { optionsType := "standard" for _, opts := range []fs.Options{standardOptions, advancedOptions} { if len(opts) == 0 { + optionsType = "advanced" continue } fmt.Printf("### %s Options\n\n", strings.Title(optionsType))