From: Dave Reisner Date: Fri, 9 Nov 2012 19:14:53 +0000 (-0500) Subject: coredumpctl: add missing -F, --field option to help X-Git-Tag: v196~110 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ef216ca3d7ddc00c629fbbc37dd1e7f98f9e9220 coredumpctl: add missing -F, --field option to help --- diff --git a/src/journal/coredumpctl.c b/src/journal/coredumpctl.c index 663e3cdd1..bdea8ed05 100644 --- a/src/journal/coredumpctl.c +++ b/src/journal/coredumpctl.c @@ -87,6 +87,7 @@ static int help(void) { "Commands:\n" " -h --help Show this help\n" " --version Print version string\n" + " -F --field=FIELD List all values a certain field takes\n" " gdb Start gdb for the first matching coredump\n" " list List available coredumps\n" " dump PID Print coredump to stdout\n"