diff --git a/cli/args/flags.rs b/cli/args/flags.rs index aeeedf157166e3..35138047016830 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -1704,14 +1704,11 @@ fn add_subcommand() -> Command { "Add dependencies to your configuration file. deno add jsr:@std/path -You can add multiple dependencies at once: - deno add jsr:@std/path jsr:@std/assert - You can also add npm packages: deno add npm:react - -You can mix both jsr and npm packages: - deno add jsr:@std/path npm:node-emoji" + +Or multiple dependencies at once: + deno add jsr:@std/path jsr:@std/assert npm:chalk" ), UnstableArgsConfig::None, )