coredumpctl: add missing -F, --field option to help

This commit is contained in:
Dave Reisner 2012-11-09 14:14:53 -05:00
parent 253a87510b
commit ef216ca3d7
1 changed files with 1 additions and 0 deletions

View File

@ -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"