From 3f2b6b1460cec6a67ca44d36eea95ee475533beb Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 16 Apr 2007 16:13:33 +0000 Subject: [PATCH] -i is also one of the mutually exclusive options to list it in the warning message. Noted by Chris Pepper. --- sudo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudo.c b/sudo.c index e9ed07c61..dbe7113cb 100644 --- a/sudo.c +++ b/sudo.c @@ -1180,7 +1180,7 @@ static void usage_excl(exit_val) int exit_val; { - warningx("Only one of the -e, -h, -k, -K, -l, -s, -v or -V options may be used"); + warningx("Only one of the -e, -h, -i, -k, -K, -l, -s, -v or -V options may be specified"); usage(exit_val); } -- 2.40.0