aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-11-15 21:36:44 +0000
committerEd Maste <emaste@FreeBSD.org>2024-11-15 21:39:23 +0000
commit586c651f2baa6597e769effd3816bae7c2833448 (patch)
tree8f4a339df8b546f9897f20472f6d71ff8f8268f5 /tools
parent48f3fcabea807b243aa73cacbd0cb1d32793b003 (diff)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tools/git/mfc-candidates.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tools/git/mfc-candidates.lua b/tools/tools/git/mfc-candidates.lua
index a8ac89bde327..b29f1ad4d121 100755
--- a/tools/tools/git/mfc-candidates.lua
+++ b/tools/tools/git/mfc-candidates.lua
@@ -176,7 +176,6 @@ local function main()
verbose = verbose + 1
elseif opt == "-X" then
exclude_file = arg[i + 1]
- print ("-X not working")
i = i + 1
else
break