systemd-coredumpctl: add 'gdb' to usage output

This commit is contained in:
Dave Reisner 2012-11-08 10:13:46 -05:00
parent bece1f5215
commit 584f587295

View file

@ -87,6 +87,7 @@ static int help(void) {
"Commands:\n" "Commands:\n"
" -h --help Show this help\n" " -h --help Show this help\n"
" --version Print version string\n" " --version Print version string\n"
" gdb Start gdb for the first matching coredump\n"
" list List available coredumps\n" " list List available coredumps\n"
" dump PID Print coredump to stdout\n" " dump PID Print coredump to stdout\n"
" dump PATH Print coredump to stdout\n" " dump PATH Print coredump to stdout\n"