mirror of
https://github.com/alacritty/alacritty
synced 2024-11-04 17:07:41 +00:00
Remove markdownish markup from --help
output
This commit is contained in:
parent
1d00883f10
commit
b630bb45df
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ impl Options {
|
|||
.takes_value(true)
|
||||
.use_delimiter(true)
|
||||
.help(&format!(
|
||||
"Defines window class or `app_id` on Linux [default: {}]",
|
||||
"Defines window class/app_id on X11/Wayland [default: {}]",
|
||||
DEFAULT_NAME
|
||||
)),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue