Rebrand storage-shares

This commit is contained in:
André Duffeck
2025-01-17 11:43:55 +01:00
parent 0a4545fb43
commit ffb2df3b75
2 changed files with 2 additions and 2 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: "storage-shares",
Usage: "Provide a virtual storage for shares in oCIS",
Usage: "Provide a virtual storage for shares in OpenCloud",
Commands: GetCommands(cfg),
})