summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs/tunefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/tunefs/tunefs.c')
-rw-r--r--sbin/tunefs/tunefs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c
index 29a059a..8b7f5db 100644
--- a/sbin/tunefs/tunefs.c
+++ b/sbin/tunefs/tunefs.c
@@ -249,7 +249,7 @@ again:
name);
} else {
sblock.fs_flags &= ~FS_ACLS;
- warnx("%s clear", name);
+ warnx("%s cleared", name);
}
}
}
@@ -291,7 +291,7 @@ again:
name);
} else {
sblock.fs_flags &= ~FS_MULTILABEL;
- warnx("%s clear", name);
+ warnx("%s cleared", name);
}
}
}
OpenPOWER on IntegriCloud