Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-17 11:42:29 +01:00
parent 59e78493f3
commit bd28647c56
8 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "web",
Usage: "Serve ownCloud Web for oCIS",
Usage: "Serve Web for OpenCloud",
Commands: GetCommands(cfg),
})