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 """