]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: grammarize an error message
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 22 Sep 2014 20:15:36 +0000 (22:15 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 1 Oct 2014 07:37:07 +0000 (09:37 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
sys-utils/dmesg.c

index f95609f2d3c0b8c3b53a915700ca1a45ffca3f34..71e66325397651180d986c6a28fd716a65996b58 100644 (file)
@@ -1395,8 +1395,8 @@ int main(int argc, char *argv[])
                if (ctl.raw
                    && ctl.method != DMESG_METHOD_KMSG
                    && (ctl.fltr_lev || ctl.fltr_fac))
-                           errx(EXIT_FAILURE, _("--raw could be used together with --level or "
-                                "--facility only when read messages from /dev/kmsg"));
+                           errx(EXIT_FAILURE, _("--raw can be used together with --level or "
+                                "--facility only when reading messages from /dev/kmsg"));
                if (ctl.pager)
                        setup_pager();
                n = read_buffer(&ctl, &buf);