aboutsummaryrefslogtreecommitdiffstats
path: root/bin/redhat/srtool_redhat.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/redhat/srtool_redhat.py')
-rwxr-xr-xbin/redhat/srtool_redhat.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/redhat/srtool_redhat.py b/bin/redhat/srtool_redhat.py
index f570965c..9b629cbe 100755
--- a/bin/redhat/srtool_redhat.py
+++ b/bin/redhat/srtool_redhat.py
@@ -180,7 +180,9 @@ def main(argv):
parser = argparse.ArgumentParser(description='srtool_redhat.py: manage Red Hat CVE data')
parser.add_argument('--cve-detail', '-d', dest='cve_detail', help='Fetch CVE detail')
+
parser.add_argument('--force', '-f', action='store_true', dest='force_update', help='Force update')
+ parser.add_argument('--update-skip-history', '-H', action='store_true', dest='update_skip_history', help='Skip history updates')
parser.add_argument('--verbose', '-v', action='store_true', dest='is_verbose', help='Enable verbose debugging output')
args = parser.parse_args()