From: Benno Schulenberg Date: Wed, 29 Aug 2012 19:32:22 +0000 (+0200) Subject: textual: add missing comma and colon in some help texts X-Git-Tag: v2.23-rc1~729 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9e7698eb4a33b647a54676d33b10191a3374839;p=thirdparty%2Futil-linux.git textual: add missing comma and colon in some help texts Signed-off-by: Benno Schulenberg --- diff --git a/misc-utils/lslocks.c b/misc-utils/lslocks.c index 45fb6de976..820f5dcfaa 100644 --- a/misc-utils/lslocks.c +++ b/misc-utils/lslocks.c @@ -481,7 +481,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out) fputs(_(" -p, --pid process id\n" " -o, --output 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); diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c index fdcc0beeb5..9aeb9ec8a5 100644 --- a/sys-utils/losetup.c +++ b/sys-utils/losetup.c @@ -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++;