[thin_metadata_pack/unpack] functional tests
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user