diff options
-rw-r--r-- | cli/args/flags.rs | 1 | ||||
-rw-r--r-- | tests/integration/flags_tests.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs index b4f566810..25634f384 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -1176,7 +1176,6 @@ static DENO_HELP: &str = cstr!( <y>Tooling:</> <g>bench</> Run benchmarks <p(245)>deno bench bench.ts</> - <g>cache</> Cache the dependencies <g>check</> Type-check the dependencies <g>clean</> Remove the cache directory <g>compile</> Compile the script into a self contained executable diff --git a/tests/integration/flags_tests.rs b/tests/integration/flags_tests.rs index 160de3ec1..455507b9f 100644 --- a/tests/integration/flags_tests.rs +++ b/tests/integration/flags_tests.rs @@ -21,7 +21,6 @@ fn help_output() { "Install script as an executable", "Uninstall a script previously installed with deno install", "Run benchmarks", - "Cache the dependencies", "Type-check the dependencies", "Compile the script into a self contained executable", "Print coverage reports", |