[thin_generate_mappings] Update help text

This commit is contained in:
Ming-Hung Tsai 2020-06-22 23:52:42 +08:00
parent 8006e18173
commit 19e482fd2f

View File

@ -129,10 +129,10 @@ thin_generate_mappings_cmd::usage(std::ostream &out) const
<< " {-h|--help}\n"
<< " {-o|--output} <output device or file>\n"
<< " {--dev-id} <dev-id>\n"
<< " {--offset} <offset>\n"
<< " {--io-size} <io_size>\n"
<< " {--offset} <offset in sectors>\n"
<< " {--io-size} <io-size in sectors>\n"
<< " {--rw write|trim|randwrite|randtrim|randtw}\n"
<< " {--size} <size>\n"
<< " {--size} <size in sectors>\n"
<< " {-V|--version}" << endl;
}