]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tunelp: remove extraneous -T option
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 24 Nov 2025 04:30:15 +0000 (23:30 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 24 Nov 2025 13:39:32 +0000 (08:39 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/tunelp.c

index 2201f81ce36f15ccf56e1a191cba33bc8ae362d4..68b795d3b962cb70d00549d88353566543fecb1c 100644 (file)
@@ -133,7 +133,6 @@ int main(int argc, char **argv)
                {"check-status", required_argument, NULL, 'o'},
                {"careful", required_argument, NULL, 'C'},
                {"status", no_argument, NULL, 's'},
-               {"trust-irq", required_argument, NULL, 'T'},
                {"reset", no_argument, NULL, 'r'},
                {"print-irq", required_argument, NULL, 'q'},
                {"version", no_argument, NULL, 'V'},