[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

@ -14,7 +14,7 @@ use thinp::thin::check::{check, ThinCheckOptions, MAX_CONCURRENT_IO};
fn main() {
let parser = App::new("thin_check")
.version(thinp::version::TOOLS_VERSION)
.version(thinp::version::tools_version())
.about("Validates thin provisioning metadata on a device or file.")
.arg(
Arg::with_name("QUIET")