1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 17:51:22 +03:00

coredumpctl: Remove dubious newline in the help message

It seems the -o opiton and -D option can be printed together.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
This commit is contained in:
Namhyung Kim 2017-02-13 22:35:37 +09:00
parent 3b07d037f3
commit 06b76011d7

View File

@ -134,7 +134,7 @@ static void help(void) {
" --no-legend Do not print the column headers.\n" " --no-legend Do not print the column headers.\n"
" -1 Show information about most recent entry only\n" " -1 Show information about most recent entry only\n"
" -F --field=FIELD List all values a certain field takes\n" " -F --field=FIELD List all values a certain field takes\n"
" -o --output=FILE Write output to FILE\n\n" " -o --output=FILE Write output to FILE\n"
" -D --directory=DIR Use journal files from directory\n\n" " -D --directory=DIR Use journal files from directory\n\n"
"Commands:\n" "Commands:\n"