summaryrefslogtreecommitdiff
path: root/src/coredump/coredumpctl.c
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2017-02-13 22:35:37 +0900
committerNamhyung Kim <namhyung@gmail.com>2017-02-13 22:36:43 +0900
commit06b76011d7edf3a18dc9928221c9926dbd0e0043 (patch)
tree7505497ddad4b72a6bee6674fb60c72bf0e50211 /src/coredump/coredumpctl.c
parent3b07d037f316196f05cc3d2d2812a3e8401a4c06 (diff)
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>
Diffstat (limited to 'src/coredump/coredumpctl.c')
-rw-r--r--src/coredump/coredumpctl.c2
1 files changed, 1 insertions, 1 deletions
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"