From 8ded0ced20ac6bd74cf04358e47def2c27e02728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 3 May 2022 17:22:39 +0200 Subject: [PATCH] fix doc typo --- extensions/sharing/pkg/command/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",