Add -e option to usage().

This commit is contained in:
Doug White 1999-08-25 21:31:08 +00:00
parent a3af6eee5a
commit f10f160d82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50370
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: fdisk.c,v 1.29 1999/06/27 19:29:15 rnordier Exp $";
"$Id: fdisk.c,v 1.30 1999/08/23 11:06:19 phk Exp $";
#endif /* not lint */
#include <sys/disklabel.h>
@ -388,7 +388,7 @@ static void
usage()
{
fprintf(stderr, "%s%s",
"usage: fdisk [-Baitu] [-b bootcode] [-1234] [disk]\n",
"usage: fdisk [-Baeitu] [-b bootcode] [-1234] [disk]\n",
" fdisk -f configfile [-itv] [disk]\n");
exit(1);
}

View File

@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: fdisk.c,v 1.29 1999/06/27 19:29:15 rnordier Exp $";
"$Id: fdisk.c,v 1.30 1999/08/23 11:06:19 phk Exp $";
#endif /* not lint */
#include <sys/disklabel.h>
@ -388,7 +388,7 @@ static void
usage()
{
fprintf(stderr, "%s%s",
"usage: fdisk [-Baitu] [-b bootcode] [-1234] [disk]\n",
"usage: fdisk [-Baeitu] [-b bootcode] [-1234] [disk]\n",
" fdisk -f configfile [-itv] [disk]\n");
exit(1);
}