Rebrand storage-publiclink

This commit is contained in:
André Duffeck
2025-01-17 11:32:40 +01:00
parent 470f08bf07
commit df029ab793
2 changed files with 2 additions and 2 deletions
@@ -26,7 +26,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "storage-publiclink",
Usage: "Provide publiclink storage for oCIS",
Usage: "Provide publiclink storage for OpenCloud",
Commands: GetCommands(cfg),
})