Fix typos in ORM CLI help messages (#1060)
This commit is contained in:
parent
9e57574de2
commit
d77cf24e06
@ -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.
|
||||
"
|
||||
)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user