Fix typos in ORM CLI help messages (#1060)

This commit is contained in:
Daniel Porteous (dport) 2022-09-23 00:36:10 -07:00 committed by GitHub
parent 9e57574de2
commit d77cf24e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ pub enum GenerateSubcommands {
value_parser,
long,
default_value = "none",
help = "Automatically derive serde Serialize / Deserialize traits for the entity (none,\
help = "Automatically derive serde Serialize / Deserialize traits for the entity (none, \
serialize, deserialize, both)"
)]
with_serde: String,
@ -177,7 +177,7 @@ pub enum GenerateSubcommands {
long,
default_value = "false",
long_help = "Automatically derive the Copy trait on generated enums.\n\
Enums generated from a database don't have associated data by default, and as such can\
Enums generated from a database don't have associated data by default, and as such can \
derive Copy.
"
)]