[librsvg/rustify-rsvg-convert: 18/18] rsvg-convert: tweak the about string




commit fd852030bd2cba628258c195db224c0dcaedab0a
Author: Paolo Borelli <pborelli gnome org>
Date:   Fri Jan 8 15:09:48 2021 +0100

    rsvg-convert: tweak the about string

 src/bin/rsvg-convert/cli.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/bin/rsvg-convert/cli.rs b/src/bin/rsvg-convert/cli.rs
index c096f595..7b2ecbbd 100644
--- a/src/bin/rsvg-convert/cli.rs
+++ b/src/bin/rsvg-convert/cli.rs
@@ -40,7 +40,7 @@ impl Args {
     pub fn new() -> Result<Self, clap::Error> {
         let app = clap::App::new("rsvg-convert")
             .version(concat!("version ", crate_version!()))
-            .about("SVG converter")
+            .about("Convert SVG files to other image formats")
             .help_short("?")
             .version_short("v")
             .arg(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]