aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs')
-rw-r--r--e2fsprogs/fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c
index 6414988b4..eb53002b1 100644
--- a/e2fsprogs/fsck.c
+++ b/e2fsprogs/fsck.c
@@ -1071,7 +1071,7 @@ int fsck_main(int argc UNUSED_PARAM, char **argv)
1071 new_args(); /* G.args[G.num_args - 1] is the last, NULL element */ 1071 new_args(); /* G.args[G.num_args - 1] is the last, NULL element */
1072 1072
1073 if (!notitle) 1073 if (!notitle)
1074 puts("fsck (busybox "BB_VER", "BB_BT")"); 1074 puts("fsck (busybox "BB_VER")");
1075 1075
1076 /* Even plain "fsck /dev/hda1" needs fstab to get fs type, 1076 /* Even plain "fsck /dev/hda1" needs fstab to get fs type,
1077 * so we are scanning it anyway */ 1077 * so we are scanning it anyway */