]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.c
imsm: remove redundant characters from some error messages
[thirdparty/mdadm.git] / mdadm.c
diff --git a/mdadm.c b/mdadm.c
index 58ac32a0fb21785a9c46da390f15b4b58dca9aa3..cca093318d8d2d5f81e09188f624e06a575e2fba 100644 (file)
--- a/mdadm.c
+++ b/mdadm.c
@@ -1142,7 +1142,7 @@ int main(int argc, char *argv[])
                                continue;
                        }
                        /* probable typo */
-                       pr_err("bitmap file must contain a '/', or be 'internal', or 'none'\n"
+                       pr_err("bitmap file must contain a '/', or be 'internal', or be 'clustered', or 'none'\n"
                                "       not '%s'\n", optarg);
                        exit(2);