aboutsummaryrefslogtreecommitdiffstats
path: root/bin/nist/srtool_nist.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nist/srtool_nist.py')
-rwxr-xr-xbin/nist/srtool_nist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nist/srtool_nist.py b/bin/nist/srtool_nist.py
index 807afbc1..8138387c 100755
--- a/bin/nist/srtool_nist.py
+++ b/bin/nist/srtool_nist.py
@@ -663,7 +663,7 @@ def main(argv):
parser.add_argument('--file', dest='cve_file', help='Local CVE source file')
parser.add_argument('--update_nist_incremental', '-i', action='store_const', const='update_nist_incremental', dest='command', help='Check nvd.nist.gov/vuln/data-feeds for updates')
parser.add_argument('--cve-detail', '-d', dest='cve_detail', help='Lookup CVE data')
- parser.add_argument('--force-update', '-f', action='store_true', dest='force_update', help='Force update')
+ parser.add_argument('--force', '-f', action='store_true', dest='force_update', help='Force update')
parser.add_argument('--verbose', '-v', action='store_true', dest='verbose', help='Force update')
args = parser.parse_args()
verbose = args.verbose