chiark / gitweb /
coredumpctl: add missing entries to --help
authorLennart Poettering <lennart@poettering.net>
Thu, 19 Jun 2014 15:36:22 +0000 (17:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 19 Jun 2014 15:36:22 +0000 (17:36 +0200)
src/journal/coredumpctl.c

index 325f62f3e74bb879a271c6d4a82391d0dd65a7a4..541dda022d9849da579d2e6b6f194386eeb91a6f 100644 (file)
@@ -85,15 +85,16 @@ static int help(void) {
         printf("%s [OPTIONS...]\n\n"
                "List or retrieve coredumps from the journal.\n\n"
                "Flags:\n"
         printf("%s [OPTIONS...]\n\n"
                "List or retrieve coredumps from the journal.\n\n"
                "Flags:\n"
-               "  -o --output=FILE   Write output to FILE\n"
+               "  -h --help          Show this help\n"
+               "     --version       Print version string\n"
                "     --no-pager      Do not pipe output into a pager\n"
                "     --no-pager      Do not pipe output into a pager\n"
-               "     --no-legend     Do not print the column headers.\n\n"
+               "     --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"
 
                "Commands:\n"
 
                "Commands:\n"
-               "  -h --help          Show this help\n"
-               "  --version          Print version string\n"
-               "  -F --field=FIELD   List all values a certain field takes\n"
-               "  list [MATCHES...]  List available coredumps\n"
+               "  list [MATCHES...]  List available coredumps (default)\n"
                "  info [MATCHES...]  Show detailed information about one or more coredumps\n"
                "  dump [MATCHES...]  Print first matching coredump to stdout\n"
                "  gdb [MATCHES...]   Start gdb for the first matching coredump\n"
                "  info [MATCHES...]  Show detailed information about one or more coredumps\n"
                "  dump [MATCHES...]  Print first matching coredump to stdout\n"
                "  gdb [MATCHES...]   Start gdb for the first matching coredump\n"