]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coredumpctl: Remove dubious newline in the help message
authorNamhyung Kim <namhyung@gmail.com>
Mon, 13 Feb 2017 13:35:37 +0000 (22:35 +0900)
committerNamhyung Kim <namhyung@gmail.com>
Mon, 13 Feb 2017 13:36:43 +0000 (22:36 +0900)
It seems the -o opiton and -D option can be printed together.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
src/coredump/coredumpctl.c

index 646757f9d997bb791af4f482659a8e2f1a364bb4..f0c07c3a6c85cd11ac6abda4c3245b5fa0a6ee6b 100644 (file)
@@ -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"