Skip to content

Commit

Permalink
fix(backend): add long description for user export
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Oct 17, 2023
1 parent 611556f commit 10ba936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cmd/user/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
}
}

Expand Down

0 comments on commit 10ba936

Please sign in to comment.