[cucumber tests] update thin_delta help output
This commit is contained in:
parent
082491d140
commit
4ee6df3a70
@ -12,8 +12,11 @@ Feature: thin_delta
|
|||||||
Then it should pass with:
|
Then it should pass with:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Usage: thin_delta [options] --snap1 <snap> --snap2 <snap> <device or file>
|
Usage: thin_delta [options] <device or file>
|
||||||
Options:
|
Options:
|
||||||
|
{--thin1, --snap1}
|
||||||
|
{--thin2, --snap2}
|
||||||
|
{-m, --metadata-snap} [block#]
|
||||||
{--verbose}
|
{--verbose}
|
||||||
{-h|--help}
|
{-h|--help}
|
||||||
{-V|--version}
|
{-V|--version}
|
||||||
@ -23,8 +26,11 @@ Feature: thin_delta
|
|||||||
When I run `thin_delta -h`
|
When I run `thin_delta -h`
|
||||||
Then it should pass with:
|
Then it should pass with:
|
||||||
"""
|
"""
|
||||||
Usage: thin_delta [options] --snap1 <snap> --snap2 <snap> <device or file>
|
Usage: thin_delta [options] <device or file>
|
||||||
Options:
|
Options:
|
||||||
|
{--thin1, --snap1}
|
||||||
|
{--thin2, --snap2}
|
||||||
|
{-m, --metadata-snap} [block#]
|
||||||
{--verbose}
|
{--verbose}
|
||||||
{-h|--help}
|
{-h|--help}
|
||||||
{-V|--version}
|
{-V|--version}
|
||||||
|
Loading…
Reference in New Issue
Block a user