From a5654910aab6e81ff3aa4e2028ab032b1d4b358e Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Thu, 19 Apr 2018 11:29:01 -0500 Subject: [PATCH] nit --- filesystems-checker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystems-checker/README.md b/filesystems-checker/README.md index 2674f3c..2e9cc13 100644 --- a/filesystems-checker/README.md +++ b/filesystems-checker/README.md @@ -100,7 +100,7 @@ This output must be printed to standard error and exit with the error code of 1. If the file system image does not exist, you should print the error `image not found.` to standard error and exit with the error code of 1. -If the checker detects any one of the errors above, it should print the +If the checker detects any one of the 12 errors above, it should print the specific error to standard error and exit with error code 1. If the checker detects none of the problems listed above, it should exit with