diff --git a/backend/cmd/user/root.go b/backend/cmd/user/root.go index d1305e8ba..c019cbea4 100644 --- a/backend/cmd/user/root.go +++ b/backend/cmd/user/root.go @@ -8,7 +8,7 @@ func NewUserCommand() *cobra.Command { return &cobra.Command{ Use: "user", Short: "User import/export tools", - Long: `Add the ability to import users into the hanko database.`, + Long: `Add the ability to import/export users into/from the hanko database.`, } }