diff options
Diffstat (limited to 'cli/tools/installer.rs')
-rw-r--r-- | cli/tools/installer.rs | 2 |
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() { |