diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2024-11-15 21:36:44 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2024-11-15 21:39:23 +0000 |
| commit | 586c651f2baa6597e769effd3816bae7c2833448 (patch) | |
| tree | 8f4a339df8b546f9897f20472f6d71ff8f8268f5 | |
| parent | 48f3fcabea807b243aa73cacbd0cb1d32793b003 (diff) | |
| -rwxr-xr-x | tools/tools/git/mfc-candidates.lua | 1 |
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 |
