Rebrand storage-system

This commit is contained in:
André Duffeck
2025-01-17 11:44:07 +01:00
parent ffb2df3b75
commit 374ad39900
4 changed files with 6 additions and 6 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-system",
Usage: "Provide system storage for oCIS",
Usage: "Provide system storage for OpenCloud",
Commands: GetCommands(cfg),
})