diff --git a/extensions/sharing/pkg/command/root.go b/extensions/sharing/pkg/command/root.go index b5c634002b..c2ce475e8d 100644 --- a/extensions/sharing/pkg/command/root.go +++ b/extensions/sharing/pkg/command/root.go @@ -25,7 +25,7 @@ func GetCommands(cfg *config.Config) cli.Commands { } } -// Execute is the entry point for the ocis-sharing command. +// Execute is the entry point for the sharing command. func Execute(cfg *config.Config) error { app := clihelper.DefaultApp(&cli.App{ Name: "sharing",