]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coredumpctl: remove unnecessary line break
authorLennart Poettering <lennart@poettering.net>
Mon, 10 Nov 2025 11:12:47 +0000 (12:12 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 17 Nov 2025 13:35:03 +0000 (22:35 +0900)
src/coredump/coredumpctl.c

index ab535c21870d45b40605b218cafbd4794be36a42..321e9067f3bb880828fa19f233d60dbd38afb7be 100644 (file)
@@ -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"