summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/tools/installer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/installer.rs b/cli/tools/installer.rs
index 909c06f0b..20b0b17ef 100644
--- a/cli/tools/installer.rs
+++ b/cli/tools/installer.rs
@@ -246,7 +246,7 @@ pub fn install(
}
if flags.cached_only {
- executable_args.push("--cached_only".to_string());
+ executable_args.push("--cached-only".to_string());
}
if !flags.v8_flags.is_empty() {