*: remove some uses of argc
[oweals/busybox.git] / e2fsprogs / old_e2fsprogs / fsck.c
index 98e4e38feebb8f2012a2f0fc0ddd5ec605a58833..687938c24c82e95e684f13f4c6cb54257edd5974 100644 (file)
@@ -1001,7 +1001,7 @@ static int ignore(struct fs_info *fs)
        s = find_fsck(fs->type);
        if (s == NULL) {
                if (wanted)
-                       bb_error_msg("cannot check %s: fsck.%s not found",
+                       bb_error_msg("can't check %s: fsck.%s not found",
                                fs->device, fs->type);
                return 1;
        }
@@ -1203,7 +1203,7 @@ static void PRS(int argc, char **argv)
                                 * /proc/partitions isn't found.
                                 */
                                if (access("/proc/partitions", R_OK) < 0) {
-                                       bb_perror_msg_and_die("cannot open /proc/partitions "
+                                       bb_perror_msg_and_die("can't open /proc/partitions "
                                                        "(is /proc mounted?)");
                                }
                                /*
@@ -1215,7 +1215,7 @@ static void PRS(int argc, char **argv)
                "must be root to scan for matching filesystems: %s\n", arg);
                                else
                                        bb_error_msg_and_die(
-               "cannot find matching filesystem: %s", arg);
+               "can't find matching filesystem: %s", arg);
                        }
                        devices[num_devices++] = dev ? dev : string_copy(arg);
                        continue;