From 9c65f2f30bed470319af16055a957fafddbf4b70 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 26 Sep 2013 12:05:53 +0100 Subject: [PATCH] [cache_dump.feature] correct -h expectations --- features/cache_dump.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/cache_dump.feature b/features/cache_dump.feature index 6ca41f6..4011c20 100644 --- a/features/cache_dump.feature +++ b/features/cache_dump.feature @@ -7,25 +7,26 @@ Feature: cache_dump When I run cache_dump with --version Then it should pass with version + @announce Scenario: print help (-h) When I run cache_dump with -h Then it should pass with: - """ Usage: cache_dump [options] {device|file} Options: {-h|--help} + {-o } {-V|--version} """ Scenario: print help (--help) When I run cache_dump with -h Then it should pass with: - """ Usage: cache_dump [options] {device|file} Options: {-h|--help} + {-o } {-V|--version} """ @@ -41,7 +42,6 @@ Feature: cache_dump No input file provided. """ - @announce Scenario: dump/restore is a noop Given valid cache metadata When I cache_dump