[thin_metadata_pack/unpack] functional tests

This commit is contained in:
Joe Thornber
2020-05-26 10:55:03 +01:00
parent a934a34d22
commit 9daa726870
2 changed files with 128 additions and 1 deletions

View File

@ -6,6 +6,8 @@
thin-restore-help
thin-rmap-help
thin-delta-help
thin-metadata-pack-help
thin-metadata-unpack-help
cache-check-help
cache-restore-help
@ -72,6 +74,22 @@ Options:
{-h|--help}
{-V|--version}")
(define thin-metadata-pack-help
"Usage: thin_metadata_pack [options]
Options:
{-i|--input} <input metadata (binary format)>
{-o|--output} <output packed metadata>
{-h|--help}
{-V|--version}")
(define thin-metadata-unpack-help
"Usage: thin_metadata_unpack [options]
Options:
{-i|--input} <input packed metadata>
{-o|--output} <output metadata (binary format)>
{-h|--help}
{-V|--version}")
(define cache-check-help
"Usage: cache_check [options] {device|file}
Options: