aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-13 13:12:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-13 13:12:09 +0200
commit37755fc3db24d350bfa7c6c47a4b183d2d2363c9 (patch)
tree68fff5d3c769f40a59bd9b6d86fa236395a89f97
parent41b1198d56354de04ddfddfcf32b9acf72486aa0 (diff)
downloadvulns-37755fc3db24d350bfa7c6c47a4b183d2d2363c9.tar.gz
justfile: rename 'cve_create_batch' to 'cve_batch_create'
Makes it easier for tab-completion to add the needed space for the normal operations we do. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 66578793..72da214b 100755
--- a/justfile
+++ b/justfile
@@ -14,7 +14,7 @@ _help:
-scripts/cve_create {{GIT_ID}} {{CVE_ID}}
# Create a bunch of CVEs that are contained, one per line, in FILENAME
-@cve_create_batch FILENAME:
+@cve_batch_create FILENAME:
-scripts/cve_create_batch {{FILENAME}}
# Update all, or just one, CVE entries with the latest version information