Skip to content

Commit

Permalink
Help message change
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBeeblebrox committed Apr 14, 2022
1 parent 12101c2 commit 2acdd90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fn main() {
.arg(Arg::with_name("jsx")
.short("x")
.long("jsx")
.value_name("JSX")
.value_name("JSX-FACTORY")
.help("Sets the JSX factory for compiled code (When this option is set but blank or when the file extension is .tsx, JSX is preserved as is; otherwise, it is interpreted as standard code)")
.default_value("")
.takes_value(true)
Expand All @@ -47,7 +47,7 @@ fn main() {
.arg(Arg::with_name("jsx-fragment")
.long("jsx-fragment")
.value_name("JSX-FRAGMENT")
.help("Sets the JSX fragment for compiled code (Requires the jsx option to be set as well)")
.help("Sets the JSX fragment factory for compiled code (Requires the jsx option to be set as well)")
.default_value("null")
.takes_value(true)
)
Expand Down

0 comments on commit 2acdd90

Please sign in to comment.