Rebrand sse

This commit is contained in:
André Duffeck
2025-01-17 11:29:14 +01:00
parent 380d486e5f
commit db619ca0f3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "sse",
Usage: "Serve ownCloud sse for oCIS",
Usage: "Serve sse for OpenCloud",
Commands: GetCommands(cfg),
})