diff --git a/src/command/build.rs b/src/command/build.rs index 5ade09e..f23394e 100644 --- a/src/command/build.rs +++ b/src/command/build.rs @@ -139,7 +139,7 @@ pub struct BuildOptions { pub reference_types: bool, #[clap(long = "target", short = 't', default_value = "bundler")] - /// Sets the target environment. [possible values: bundler, nodejs, web, no-modules] + /// Sets the target environment. [possible values: bundler, nodejs, web, no-modules, deno] pub target: Target, #[clap(long = "debug")]