]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: add missing comma and colon in some help texts
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 29 Aug 2012 19:32:22 +0000 (21:32 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 4 Sep 2012 15:27:50 +0000 (17:27 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
misc-utils/lslocks.c
sys-utils/losetup.c

index 45fb6de9760c29b5dd2f35eed3c2b6b574db1bc5..820f5dcfaafb59352c828537cb29bb37c02e8d00 100644 (file)
@@ -481,7 +481,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
        fputs(_(" -p, --pid <pid>        process id\n"
                " -o, --output <list>    define which output columns to use\n"
                " -n, --noheadings       don't print headings\n"
-               " -r  --raw              use the raw output format\n"
+               " -r, --raw              use the raw output format\n"
                " -u, --notruncate       don't truncate text in columns\n"
                " -h, --help             display this help and exit\n"
                " -V, --version          output version information and exit\n"), out);
index fdcc0beeb51ca7a3adf9c137089165f3c7b3ce71..9aeb9ec8a5575cdc339d1cd3b715698adc101e6e 100644 (file)
@@ -351,7 +351,7 @@ int main(int argc, char **argv)
                if (optind >= argc)
                        errx(EXIT_FAILURE, _("no loop device specified"));
                if (loopcxt_set_device(&lc, argv[optind]))
-                       err(EXIT_FAILURE, _("%s failed to use device"),
+                       err(EXIT_FAILURE, _("%s: failed to use device"),
                                        argv[optind]);
                optind++;