From 1c74b41855b85c9ec2ee1d83ac0f6b04e1461788 Mon Sep 17 00:00:00 2001 From: Lenni Date: Tue, 16 May 2023 14:30:16 +0200 Subject: docs: fix typos (#19118) --- cli/tools/compile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tools') 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 ` flag to provide an alternative name." ), output_path.display() ); -- cgit v1.2.3