diff --git a/features/options/contract/version.feature b/features/options/contract/version.feature index 0c2360890..9f568f106 100644 --- a/features/options/contract/version.feature +++ b/features/options/contract/version.feature @@ -8,7 +8,7 @@ Feature: osrm-contract command line options: version Given the profile "testbot" Scenario: osrm-contract - Version, short - When I run "osrm-contract --v" + When I run "osrm-contract -v" Then stderr should be empty And stdout should contain 1 line And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ diff --git a/features/options/customize/version.feature b/features/options/customize/version.feature index 54b5bd531..cbc3df57e 100644 --- a/features/options/customize/version.feature +++ b/features/options/customize/version.feature @@ -5,7 +5,7 @@ Feature: osrm-customize command line options: version Given the profile "testbot" Scenario: osrm-customize - Version, short - When I run "osrm-customize --v" + When I run "osrm-customize -v" Then stderr should be empty And stdout should contain 1 line And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ diff --git a/features/options/extract/version.feature b/features/options/extract/version.feature index 77ee46cd8..9bc7925da 100644 --- a/features/options/extract/version.feature +++ b/features/options/extract/version.feature @@ -8,7 +8,7 @@ Feature: osrm-extract command line options: version Given the profile "testbot" Scenario: osrm-extract - Version, short - When I run "osrm-extract --v" + When I run "osrm-extract -v" Then stderr should be empty And stdout should contain 1 line And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ diff --git a/features/options/partition/version.feature b/features/options/partition/version.feature index df99c06e1..cd9fb5518 100644 --- a/features/options/partition/version.feature +++ b/features/options/partition/version.feature @@ -5,7 +5,7 @@ Feature: osrm-partition command line options: version Given the profile "testbot" Scenario: osrm-partition - Version, short - When I run "osrm-partition --v" + When I run "osrm-partition -v" Then stderr should be empty And stdout should contain 1 line And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/ diff --git a/features/options/routed/version.feature b/features/options/routed/version.feature index 0a3cad55e..5f7531b7c 100644 --- a/features/options/routed/version.feature +++ b/features/options/routed/version.feature @@ -8,7 +8,7 @@ Feature: osrm-routed command line options: version Given the profile "testbot" Scenario: osrm-routed - Version, short - When I run "osrm-routed --v" + When I run "osrm-routed -v" Then stderr should be empty And stdout should contain 1 line And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/