Add -i to usage()

Noticed by:	ru
MFC after:	5 days
This commit is contained in:
Gavin Atkinson 2010-02-09 19:13:45 +00:00
parent 4150ce6f17
commit aea5fda5dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203717

View File

@ -75,7 +75,7 @@ usage(void)
{
(void)fprintf(stderr, "%s\n%s\n",
"usage: sysctl [-bdehNnoqx] name[=value] ...",
"usage: sysctl [-bdehiNnoqx] name[=value] ...",
" sysctl [-bdehNnoqx] -a");
exit(1);
}