From df0986bbb8a48c2f8b2c94c68bf0507280af27ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Sala=C3=BCn?= Date: Tue, 9 Jul 2024 18:07:25 +0200 Subject: [PATCH] fix(fctl): update fctl cloud me wordings --- components/fctl/cmd/cloud/me/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fctl/cmd/cloud/me/root.go b/components/fctl/cmd/cloud/me/root.go index b9056f7f7d..0b75326d13 100644 --- a/components/fctl/cmd/cloud/me/root.go +++ b/components/fctl/cmd/cloud/me/root.go @@ -8,7 +8,7 @@ import ( func NewCommand() *cobra.Command { return fctl.NewCommand("me", - fctl.WithShortDescription("Current use management"), + fctl.WithShortDescription("Current user management"), fctl.WithChildCommands( invitations.NewCommand(), NewInfoCommand(),