Skip to content

Commit ddcf189

Browse files
committed
cve_checker: Minor fix for usage
1 parent 58735d2 commit ddcf189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cve_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def basic_check(kernel_repo, cve_patch):
111111

112112
def print_usage():
113113

114-
print("usage: pycve.py <OPTIONS> cve_dir kernel_repo")
114+
print("usage: cve_check.py <OPTIONS> cve_dir kernel_repo")
115115
print("\noutput:")
116116
print("\t<AC> The CVE patch applies cleanly.")
117117
print("\t<AR> The CVE patch applies in reverse.")

0 commit comments

Comments
 (0)