[all] Fix newline in version string

This commit is contained in:
Ming-Hung Tsai
2021-05-12 02:12:11 +08:00
parent 965fbb6e8f
commit b7bf82b8f2
18 changed files with 38 additions and 34 deletions

View File

@@ -12,7 +12,7 @@ use thinp::file_utils;
fn main() {
let parser = App::new("thin_shrink")
.version(thinp::version::TOOLS_VERSION)
.version(thinp::version::tools_version())
.about("Rewrite xml metadata and move data in an inactive pool.")
.arg(
Arg::with_name("INPUT")