From: Todd C. Miller Date: Mon, 16 Apr 2007 16:13:33 +0000 (+0000) Subject: -i is also one of the mutually exclusive options to list it in the X-Git-Tag: SUDO_1_7_0~578 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f2b6b1460cec6a67ca44d36eea95ee475533beb;p=sudo -i is also one of the mutually exclusive options to list it in the warning message. Noted by Chris Pepper. --- 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); }