Skip to content

Commit

Permalink
Add no-modules to --target flag's help text
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Oct 23, 2018
1 parent 600d02b commit 16768a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub struct BuildOptions {
pub disable_dts: bool,

#[structopt(long = "target", short = "t", default_value = "browser")]
/// Sets the target environment. [possible values: browser, nodejs]
/// Sets the target environment. [possible values: browser, nodejs, no-modules]
pub target: String,

#[structopt(long = "debug")]
Expand Down

0 comments on commit 16768a1

Please sign in to comment.