coredumpctl: remove unnecessary line break

This commit is contained in:
Lennart Poettering
2025-11-10 12:12:47 +01:00
committed by Yu Watanabe
parent 7e337327e9
commit 1006b7e5ba

View 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"