commit | b5f91cd4dfbc1ef8e2ff7ce198d0f4357e20638c | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Oct 03 16:25:05 2024 -0600 |
committer | Tom Tromey <tom@tromey.com> | Thu Dec 12 20:18:23 2024 -0700 |
tree | 29f6866ba137bff1bd5da754662e4215dd9e3498 | |
parent | 9e69a2e127940cc577d4e0c6eefdfe33a31ea397 [diff] |
Replace uses of "title" style with "command" Currently the "title" style is only used when printing command names. The "title" name itself is probably a misnomer, but meanwhile this patch changes the existing uses to instead use the new "command" style for consistency. The "title" style is not removed; see the next patch. Reviewed-By: Keith Seitz <keiths@redhat.com> Approved-By: Andrew Burgess <aburgess@redhat.com>