diff --git a/features/options/prepare/help.feature b/features/options/prepare/help.feature index 896892cda..8d74c89d0 100644 --- a/features/options/prepare/help.feature +++ b/features/options/prepare/help.feature @@ -16,7 +16,8 @@ Feature: osrm-prepare command line options: help And stdout should contain "--profile" And stdout should contain "--threads" And stdout should contain "--core" - And stdout should contain 15 lines + And stdout should contain "--level-cache" + And stdout should contain 18 lines And it should exit with code 1 Scenario: osrm-prepare - Help, short @@ -31,7 +32,8 @@ Feature: osrm-prepare command line options: help And stdout should contain "--profile" And stdout should contain "--threads" And stdout should contain "--core" - And stdout should contain 15 lines + And stdout should contain "--level-cache" + And stdout should contain 18 lines And it should exit with code 0 Scenario: osrm-prepare - Help, long @@ -46,5 +48,6 @@ Feature: osrm-prepare command line options: help And stdout should contain "--profile" And stdout should contain "--threads" And stdout should contain "--core" - And stdout should contain 15 lines + And stdout should contain "--level-cache" + And stdout should contain 18 lines And it should exit with code 0