Skip to content

Commit

Permalink
test: fix help test for vulnerability commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmoura committed Oct 10, 2024
1 parent b4c25eb commit d75ef57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions features/cli/help.feature
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ Feature: Pro Client help text
Allow users to better visualize the vulnerability issues that affects
the system.
optional arguments:
<options_string>:
-h, --help show this help message and exit
Available Commands:
Expand All @@ -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:
<options_string>:
-h, --help show this help message and exit
--data-file DATA_FILE
Static vulnerability JSON data to be used in the
Expand All @@ -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:
<options_string>:
-h, --help show this help message and exit
--data-file DATA_FILE
Static vulnerability JSON data to be used in the
Expand All @@ -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:
<options_string>:
-h, --help show this help message and exit
"""

Expand Down

0 comments on commit d75ef57

Please sign in to comment.