aboutsummaryrefslogtreecommitdiffstats
path: root/bin/debian/srtool_debian.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/debian/srtool_debian.py')
-rwxr-xr-xbin/debian/srtool_debian.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/debian/srtool_debian.py b/bin/debian/srtool_debian.py
index 1c267f27..91092afe 100755
--- a/bin/debian/srtool_debian.py
+++ b/bin/debian/srtool_debian.py
@@ -211,6 +211,7 @@ def main(argv):
# parser.add_argument('--url-file', dest='url_file', help='CVE URL extension')
parser.add_argument('--file', dest='cve_file', help='Local CVE source file')
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()