shell-completion: replace "gdb" verb with "debug" for coredumpctl#9876
Conversation
Also offer --debugger option. Both to reflect changes in v239.
2bf68ff to
15b09bf
Compare
|
Actually, Otherwise, looks great, thanks! |
|
I am aware it is still valid [1], but isn't it the point of both man pages and And man page already does that... [1] I was actually asking for having the debugger configurable: #9311 |
|
The general policy is that we document/auto-complete/show-in- |
| 'info:Show detailed information about one or more coredumps' | ||
| 'dump:Print coredump to stdout' | ||
| 'gdb:Start gdb on a coredump' | ||
| 'debug:Start debugger (gdb) on a coredump' |
There was a problem hiding this comment.
Grammatical nitpick: this should be "a debugger" ("gdb" is a name, so no article, but "debugger" is a generic noun, so it needs one).
Also offer --debugger option. Both to reflect changes in v239.