From d75ef5725e795f33c2e08d5eefa4c8bf8b81a5de Mon Sep 17 00:00:00 2001 From: Lucas Moura Date: Thu, 10 Oct 2024 17:54:00 -0300 Subject: [PATCH] test: fix help test for vulnerability commands --- features/cli/help.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/cli/help.feature b/features/cli/help.feature index 60236dd9dc..68362ca2f9 100644 --- a/features/cli/help.feature +++ b/features/cli/help.feature @@ -470,7 +470,7 @@ Feature: Pro Client help text Allow users to better visualize the vulnerability issues that affects the system. - optional arguments: + : -h, --help show this help message and exit Available Commands: @@ -491,7 +491,7 @@ Feature: Pro Client help text security_issue Security vulnerability ID to display information. Format: CVE-yyyy-nnnn, CVE-yyyy-nnnnnnn or USN-nnnn-dd - optional arguments: + : -h, --help show this help message and exit --data-file DATA_FILE Static vulnerability JSON data to be used in the @@ -509,7 +509,7 @@ Feature: Pro Client help text By default, the command will only list CVEs. To display USNs instead, run the command with the --usns flag. - optional arguments: + : -h, --help show this help message and exit --data-file DATA_FILE Static vulnerability JSON data to be used in the @@ -533,7 +533,7 @@ Feature: Pro Client help text Updates the vulnerability data stored in the machine. If no vulnerability data exists yet, the command will download it - optional arguments: + : -h, --help show this help message and exit """