diff --git a/missions/stdin_stdout_stderr/04_stderr_dev-null_grimoires/goal/en.txt b/missions/stdin_stdout_stderr/04_stderr_dev-null_grimoires/goal/en.txt index e391b8adc..05401e2aa 100644 --- a/missions/stdin_stdout_stderr/04_stderr_dev-null_grimoires/goal/en.txt +++ b/missions/stdin_stdout_stderr/04_stderr_dev-null_grimoires/goal/en.txt @@ -32,7 +32,7 @@ COMMAND > FILE Send messages (stdout) to the file. (The file is overwritten.) -COMMAND 2> FICHIER +COMMAND 2> FILE Send error messages (stderr) to the file. (The file is overwritten.)