rebrand antivirus

This commit is contained in:
Ralf Haferkamp
2025-01-16 12:51:21 +01:00
parent 04e461edbf
commit 07e1a29d4e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "antivirus",
Usage: "Serve ownCloud antivirus for oCIS",
Usage: "Antivirus service for OpenCloud",
Commands: GetCommands(cfg),
})