Update extensions/storage-metadata/pkg/command/root.go
This commit is contained in:
@@ -29,7 +29,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
|
|||||||
func Execute(cfg *config.Config) error {
|
func Execute(cfg *config.Config) error {
|
||||||
app := clihelper.DefaultApp(&cli.App{
|
app := clihelper.DefaultApp(&cli.App{
|
||||||
Name: "storage-metadata",
|
Name: "storage-metadata",
|
||||||
Usage: "Provide apps for oCIS",
|
Usage: "Provide metadata storage for oCIS",
|
||||||
Commands: GetCommands(cfg),
|
Commands: GetCommands(cfg),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user