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/tests/integration/compile_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration/compile_tests.rs') diff --git a/cli/tests/integration/compile_tests.rs b/cli/tests/integration/compile_tests.rs index ac088ca90..971fc80ba 100644 --- a/cli/tests/integration/compile_tests.rs +++ b/cli/tests/integration/compile_tests.rs @@ -325,7 +325,7 @@ fn compile_with_conflict_file_exists_error() { 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." ), exe.display() ); -- cgit v1.2.3