Skip to content

Commit 2a52e2d

Browse files
Fix command line option output (#1125)
* Fix command line option output Changed misleading wording. Fixes #1124 --------- Signed-off-by: Matthias Haag <matthias.haag@uhurutec.com> Signed-off-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com> Co-authored-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com>
1 parent fc8103e commit 2a52e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/scs-compliance-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def usage(file=sys.stdout):
5252
-s/--subject SUBJECT: Name of the subject (cloud) under test, for the report
5353
-S/--sections SECTION_LIST: comma-separated list of sections to test (default: all sections)
5454
-t/--tests REGEX: regular expression to select individual testcases based on their ids
55-
-o/--output REPORT_PATH: Generate yaml report of compliance check under given path
55+
-o/--output REPORT_FILEPATH: Generate yaml report of compliance check in given filepath
5656
-C/--critical-only: Only return critical errors in return code
5757
-a/--assign KEY=VALUE: assign variable to be used for the run (as required by yaml file)
5858

0 commit comments

Comments
 (0)