Rebrand sharing

This commit is contained in:
André Duffeck
2025-01-17 10:32:45 +01:00
parent 9a04b12a8e
commit acb903b459
3 changed files with 12 additions and 12 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: "sharing",
Usage: "Provide sharing for oCIS",
Usage: "Provide sharing for OpenCloud",
Commands: GetCommands(cfg),
})