update documentation and man page

This commit is contained in:
André Roth
2024-12-04 12:41:16 +01:00
parent a7d6782176
commit e50a5e175f
6 changed files with 853 additions and 631 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ func LoadConfig(filename string, config *ConfigStructure) error {
err = fmt.Errorf("invalid yaml (%s) or json (%s)", err2, err)
} else {
err = nil
}
}
}
return err
}