diff options
Diffstat (limited to 'cli/tools/compile.rs')
-rw-r--r-- | cli/tools/compile.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/compile.rs b/cli/tools/compile.rs index f10a2d025..a77845334 100644 --- a/cli/tools/compile.rs +++ b/cli/tools/compile.rs @@ -114,7 +114,7 @@ fn validate_output_path(output_path: &Path) -> Result<(), AnyError> { concat!( "Could not compile to file '{}' because the file already exists ", "and cannot be overwritten. Please delete the existing file or ", - "use the `--output <file-path` flag to provide an alternative name." + "use the `--output <file-path>` flag to provide an alternative name." ), output_path.display() ); |