ps: conditionally enable -T on non-DESKTOP build too
[oweals/busybox.git] / miscutils / flash_eraseall.c
index 3e0c06ffd8b4f1c93a3f05ade42f978d6c2e2f32..4f3e94dc123643ca60590370495bf2e81751bf51 100644 (file)
@@ -97,7 +97,7 @@ int flash_eraseall_main(int argc UNUSED_PARAM, char **argv)
                                if (clmlen > 8)
                                        clmlen = 8;
                                if (clmlen == 0)
-                                       bb_error_msg_and_die("Autoplacement selected and no empty space in oob");
+                                       bb_error_msg_and_die("autoplacement selected and no empty space in oob");
                        } else {
                                /* Legacy mode */
                                switch (meminfo.oobsize) {