]> granicus.if.org Git - sudo/commitdiff
-i is also one of the mutually exclusive options to list it in the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 16 Apr 2007 16:13:33 +0000 (16:13 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 16 Apr 2007 16:13:33 +0000 (16:13 +0000)
warning message.  Noted by Chris Pepper.

sudo.c

diff --git a/sudo.c b/sudo.c
index e9ed07c611197c73960d81d25ed91e75226c86de..dbe7113cb1fe0ab9f621c2f5e411eb56350193f5 100644 (file)
--- 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);
 }