Add 'i' to the getopt string.

Noticed by: jhein
This commit is contained in:
Warner Losh 2004-08-05 15:44:26 +00:00
parent 31ce1f853b
commit db7bacc61c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133176

View File

@ -122,7 +122,7 @@ main(int argc, char *argv[])
strcpy(prefix, _PATH_PWD);
makeold = 0;
username = NULL;
while ((ch = getopt(argc, argv, "CNd:ps:u:v")) != -1)
while ((ch = getopt(argc, argv, "CNd:ips:u:v")) != -1)
switch(ch) {
case 'C': /* verify only */
Cflag = 1;