~whynothugo/shotman

45158ea8c015b8fbcba4f9c7d68a85bdb132f1f7 — Hugo Osvaldo Barrera 7 months ago ec67a15
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`.