diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-11-08 10:13:46 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-11-09 10:04:08 -0500 |
commit | 584f587295d9ae3f5da383083885d81751e8c0dc (patch) | |
tree | 146ab309c58078332fa5673dfbb09867ebf976e0 /src/journal | |
parent | bece1f5215b4ff147e000255d07f6b3cc777f15b (diff) |
systemd-coredumpctl: add 'gdb' to usage output
Diffstat (limited to 'src/journal')
-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 60bba7f0e8..663e3cdd10 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" + " gdb Start gdb for the first matching coredump\n" " list List available coredumps\n" " dump PID Print coredump to stdout\n" " dump PATH Print coredump to stdout\n" |