fix doc typo

This commit is contained in:
Jörn Friedrich Dreyer
2022-05-03 17:22:39 +02:00
committed by GitHub
parent b13a9d7bba
commit 8ded0ced20

View File

@@ -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",