1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

Fixed a missing colon in `notyet' code.

This commit is contained in:
Bruce Evans 1996-08-31 14:22:33 +00:00
parent 274beb73fe
commit 454f40052a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17970

View File

@ -155,7 +155,7 @@ MainParseArgs(argc, argv)
optind = 1; /* since we're called more than once */
#ifdef notyet
# define OPTFLAGS "BD:I:L:PSVd:ef:ij:knqrst"
# define OPTFLAGS "BD:I:L:PSV:d:ef:ij:knqrst"
#else
# define OPTFLAGS "D:I:V:d:ef:ij:knqrst"
#endif