Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-17 10:20:06 +01:00
parent 9a04b12a8e
commit 2085de372d
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis-webdav command.
// Execute is the entry point for the opencloud-webdav command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "webdav",
Usage: "Serve WebDAV API for oCIS",
Usage: "Serve WebDAV API for OpenCloud",
Commands: GetCommands(cfg),
})