1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
This commit is contained in:
Neil Richter 2019-06-10 15:20:19 +02:00 committed by Ryan Dahl
parent 5871d22d9b
commit 163d60bf16

View file

@ -170,7 +170,7 @@ compiler.",
).subcommand(
SubCommand::with_name("bundle")
.setting(AppSettings::DisableVersion)
.about("Bundle module and dependnecies into single file")
.about("Bundle module and dependencies into single file")
.long_about(
"Fetch, compile, and output to a single file a module and its dependencies.
"