summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-06-27 20:36:44 +0000
committerjhb <jhb@FreeBSD.org>2000-06-27 20:36:44 +0000
commit1a17cb6a0cb2f10ac0763e60320148b8e23e7cb3 (patch)
treea6b7c5396fbc3eb4c1841e29be7e445c7f61347e /sbin/fdisk
parent485e9cac6a32d42189e2928d007519a6444d91d1 (diff)
downloadFreeBSD-src-1a17cb6a0cb2f10ac0763e60320148b8e23e7cb3.zip
FreeBSD-src-1a17cb6a0cb2f10ac0763e60320148b8e23e7cb3.tar.gz
Catch the usage() function up to the command line changes. Add -I and
remove -e.
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/fdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index 9842e3b..d880111 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -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);
}
OpenPOWER on IntegriCloud