[PATCH] readprofile: put two things that belong together into a single message
Benno Schulenberg <[email protected]>
| Newsgroups | org.kernel.vger.util-linux |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Benno Schulenberg <[email protected]> --- sys-utils/readprofile.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 <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); -- 2.48.1