mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Catch the usage() function up to the command line changes. Add -I and
remove -e.
This commit is contained in:
parent
c9d86906d6
commit
ed1235ad70
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62178
@ -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