Add missing backtick
1 files changed, 1 insertions(+), 1 deletions(-) M src/cli.rs
M src/cli.rs => src/cli.rs +1 -1
@@ 51,7 51,7 @@ pub struct Cli { #[arg(short, long, value_name = "PROG", env, default_value = "gimp")] pub(crate) image_editor: OsString, /// When copying to clipboard, also offer mime type `text/uri-list. /// When copying to clipboard, also offer mime type `text/uri-list`. /// /// This features is experimental. Many sandboxed applications have issues /// due to prioritizing this over `image/png`.