Remove markdownish markup from --help output

This commit is contained in:
Kirill Chibisov 2020-08-10 15:22:11 +03:00 committed by GitHub
parent 1d00883f10
commit b630bb45df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
)),
)