Fix for 'full' parameter

Change-Id: Iffdd19e7bd6b0058fefffe24706c4d94d3117665
Related-PROD: PROD-28199
diff --git a/cfg_checker/cfg_check.py b/cfg_checker/cfg_check.py
index 678724e..6b64804 100644
--- a/cfg_checker/cfg_check.py
+++ b/cfg_checker/cfg_check.py
@@ -83,7 +83,7 @@
     )
     pkg_report_parser.add_argument(
         '--full',
-        metavar='packages_html_filename',
+        action="store_true", default=False,
         help="HTML report will have all of the packages, not just errors"
     )
     pkg_report_parser.add_argument(