From 4ee6df3a7072bb048489992de17d68b61945a59b Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Mon, 22 Jun 2015 11:58:18 +0100 Subject: [PATCH] [cucumber tests] update thin_delta help output --- features/thin_delta.feature | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/features/thin_delta.feature b/features/thin_delta.feature index 8658b9e..4363a9e 100644 --- a/features/thin_delta.feature +++ b/features/thin_delta.feature @@ -12,8 +12,11 @@ Feature: thin_delta Then it should pass with: """ - Usage: thin_delta [options] --snap1 --snap2 + Usage: thin_delta [options] 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 --snap2 + Usage: thin_delta [options] Options: + {--thin1, --snap1} + {--thin2, --snap2} + {-m, --metadata-snap} [block#] {--verbose} {-h|--help} {-V|--version}