diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-11-09 14:14:53 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-11-09 14:14:53 -0500 |
commit | ef216ca3d7ddc00c629fbbc37dd1e7f98f9e9220 (patch) | |
tree | 3441588f8f30cc2661e97b1aa76b50af228ca941 | |
parent | 253a87510b2e09ad2679824b7255dab0a6bb1a22 (diff) |
coredumpctl: add missing -F, --field option to help
-rw-r--r-- | src/journal/coredumpctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/coredumpctl.c b/src/journal/coredumpctl.c index 663e3cdd10..bdea8ed057 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" |