From: Benno Schulenberg Date: Thu, 30 Jan 2025 15:50:48 +0000 (+0100) Subject: readprofile: put two things that belong together into a single message X-Git-Tag: v2.42-start~61^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=192365afb91fde23aacf02c2f0e18335725114d3;p=thirdparty%2Futil-linux.git readprofile: put two things that belong together into a single message Signed-off-by: Benno Schulenberg --- diff --git a/sys-utils/readprofile.c b/sys-utils/readprofile.c index 6e6a68b0c..3c200cf4d 100644 --- a/sys-utils/readprofile.c +++ b/sys-utils/readprofile.c @@ -99,9 +99,8 @@ static void __attribute__((__noreturn__)) usage(void) fputs(USAGE_OPTIONS, out); fprintf(out, - _(" -m, --mapfile (defaults: \"%s\" and\n"), defaultmap); - fprintf(out, - _(" \"%s\")\n"), boot_uname_r_str()); + _(" -m, --mapfile (defaults: \"%s\" and\n" + " \"%s\")\n"), defaultmap, boot_uname_r_str()); fprintf(out, _(" -p, --profile (default: \"%s\")\n"), defaultpro); fputs(_(" -M, --multiplier set the profiling multiplier to \n"), out);