[cucumber tests] update thin_delta help output

This commit is contained in:
Joe Thornber 2015-06-22 11:58:18 +01:00
parent 082491d140
commit 4ee6df3a70
1 changed files with 8 additions and 2 deletions

View File

@ -12,8 +12,11 @@ Feature: thin_delta
Then it should pass with:
"""
Usage: thin_delta [options] --snap1 <snap> --snap2 <snap> <device or file>
Usage: thin_delta [options] <device or file>
Options:
{--thin1, --snap1}
{--thin2, --snap2}
{-m, --metadata-snap} [block#]
{--verbose}
{-h|--help}
{-V|--version}
@ -23,8 +26,11 @@ Feature: thin_delta
When I run `thin_delta -h`
Then it should pass with:
"""
Usage: thin_delta [options] --snap1 <snap> --snap2 <snap> <device or file>
Usage: thin_delta [options] <device or file>
Options:
{--thin1, --snap1}
{--thin2, --snap2}
{-m, --metadata-snap} [block#]
{--verbose}
{-h|--help}
{-V|--version}