We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1c6df commit e6cba5fCopy full SHA for e6cba5f
launchk/src/tui/omnibox/command.rs
@@ -35,7 +35,7 @@ impl fmt::Display for OmniboxCommand {
35
pub static OMNIBOX_COMMANDS: [(&str, &str, OmniboxCommand); 12] = [
36
(
37
"blame",
38
- "❔ Why launchd launched the service",
+ "Why launchd launched the service",
39
OmniboxCommand::Blame,
40
),
41
0 commit comments