Catch the usage() function up to the command line changes. Add -I and

remove -e.
This commit is contained in:
John Baldwin 2000-06-27 20:36:44 +00:00
parent c9d86906d6
commit ed1235ad70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62178
2 changed files with 2 additions and 2 deletions

View File

@ -417,7 +417,7 @@ static void
usage()
{
fprintf(stderr, "%s%s",
"usage: fdisk [-Baeitu] [-b bootcode] [-1234] [disk]\n",
"usage: fdisk [-BIaistu] [-b bootcode] [-1234] [disk]\n",
" fdisk -f configfile [-itv] [disk]\n");
exit(1);
}

View File

@ -417,7 +417,7 @@ static void
usage()
{
fprintf(stderr, "%s%s",
"usage: fdisk [-Baeitu] [-b bootcode] [-1234] [disk]\n",
"usage: fdisk [-BIaistu] [-b bootcode] [-1234] [disk]\n",
" fdisk -f configfile [-itv] [disk]\n");
exit(1);
}