diff --git a/tests/testsuite/new.rs b/tests/testsuite/new.rs index 72b0c00bb90..32dbafe9814 100644 --- a/tests/testsuite/new.rs +++ b/tests/testsuite/new.rs @@ -543,8 +543,7 @@ fn restricted_windows_name() { .with_stderr( "\ [ERROR] cannot use name `nul`, it is a reserved Windows filename -If you need a crate name to not match the directory name, consider using --name fla -g. +If you need a crate name to not match the directory name, consider using --name flag. ", ) .run();