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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/redhat/srtool_redhat.py b/bin/redhat/srtool_redhat.py
index 9aaf0bae..27a568a7 100755
--- a/bin/redhat/srtool_redhat.py
+++ b/bin/redhat/srtool_redhat.py
@@ -186,6 +186,7 @@ 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('--verbose', '-v', action='store_true', dest='is_verbose', help='Enable verbose debugging output')
args = parser.parse_args()