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://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef216ca3d7ddc00c629fbbc37dd1e7f98f9e9220;p=thirdparty%2Fsystemd.git coredumpctl: add missing -F, --field option to help --- diff --git a/src/journal/coredumpctl.c b/src/journal/coredumpctl.c index 663e3cdd103..bdea8ed0578 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"