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,
|
value_parser,
|
||||||
long,
|
long,
|
||||||
default_value = "none",
|
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)"
|
serialize, deserialize, both)"
|
||||||
)]
|
)]
|
||||||
with_serde: String,
|
with_serde: String,
|
||||||
@ -177,7 +177,7 @@ pub enum GenerateSubcommands {
|
|||||||
long,
|
long,
|
||||||
default_value = "false",
|
default_value = "false",
|
||||||
long_help = "Automatically derive the Copy trait on generated enums.\n\
|
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.
|
derive Copy.
|
||||||
"
|
"
|
||||||
)]
|
)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user