Catch the usage() function up to the command line changes. Add -I and
remove -e.
This commit is contained in:
parent
848ed43fb5
commit
79fd4fc731
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user