From 06b76011d7edf3a18dc9928221c9926dbd0e0043 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Mon, 13 Feb 2017 22:35:37 +0900 Subject: 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 --- src/coredump/coredumpctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coredump/coredumpctl.c') diff --git a/src/coredump/coredumpctl.c b/src/coredump/coredumpctl.c index 646757f9d9..f0c07c3a6c 100644 --- a/src/coredump/coredumpctl.c +++ b/src/coredump/coredumpctl.c @@ -134,7 +134,7 @@ static void help(void) { " --no-legend Do not print the column headers.\n" " -1 Show information about most recent entry only\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" "Commands:\n" -- cgit v1.2.3-54-g00ecf