]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
readprofile: put two things that belong together into a single message
authorBenno Schulenberg <bensberg@telfort.nl>
Thu, 30 Jan 2025 15:50:48 +0000 (16:50 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Feb 2025 12:30:05 +0000 (13:30 +0100)
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/readprofile.c

index 6e6a68b0ca84c4c56defc440081345f88cdb33b2..3c200cf4d50bd0d84296a0fa95bbddf4a9654444 100644 (file)
@@ -99,9 +99,8 @@ static void __attribute__((__noreturn__)) usage(void)
 
        fputs(USAGE_OPTIONS, out);
        fprintf(out,
-             _(" -m, --mapfile <mapfile>   (defaults: \"%s\" and\n"), defaultmap);
-       fprintf(out,
-             _("                                      \"%s\")\n"), boot_uname_r_str());
+             _(" -m, --mapfile <mapfile>   (defaults: \"%s\" and\n"
+               "                                      \"%s\")\n"), defaultmap, boot_uname_r_str());
        fprintf(out,
              _(" -p, --profile <pro-file>  (default:  \"%s\")\n"), defaultpro);
        fputs(_(" -M, --multiplier <mult>   set the profiling multiplier to <mult>\n"), out);