From: Lennart Poettering Date: Mon, 10 Nov 2025 11:12:47 +0000 (+0100) Subject: coredumpctl: remove unnecessary line break X-Git-Tag: v259-rc1~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1006b7e5ba922ce46fdc7ef9ac1865fea8dd0f8d;p=thirdparty%2Fsystemd.git coredumpctl: remove unnecessary line break --- diff --git a/src/coredump/coredumpctl.c b/src/coredump/coredumpctl.c index ab535c21870..321e9067f3b 100644 --- a/src/coredump/coredumpctl.c +++ b/src/coredump/coredumpctl.c @@ -194,8 +194,7 @@ static int verb_help(int argc, char **argv, void *userdata) { " --version Print version string\n" " --no-pager Do not pipe output into a pager\n" " --no-legend Do not print the column headers\n" - " --json=pretty|short|off\n" - " Generate JSON output\n" + " --json=pretty|short|off Generate JSON output\n" " --debugger=DEBUGGER Use the given debugger\n" " -A --debugger-arguments=ARGS Pass the given arguments to the debugger\n" " -n INT Show maximum number of rows\n"