From: Namhyung Kim Date: Mon, 13 Feb 2017 13:35:37 +0000 (+0900) Subject: coredumpctl: Remove dubious newline in the help message X-Git-Tag: v233~104^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06b76011d7edf3a18dc9928221c9926dbd0e0043;p=thirdparty%2Fsystemd.git 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 --- diff --git a/src/coredump/coredumpctl.c b/src/coredump/coredumpctl.c index 646757f9d99..f0c07c3a6c8 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"