Whoops, -Y and -N would work better if they were in the getopts string!

This commit is contained in:
Jordan K. Hubbard 1994-04-16 21:50:53 +00:00
parent a38822ea85
commit 16157b233d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1364

View File

@ -1,5 +1,5 @@
#ifndef lint
static const char *rcsid = "$Id: main.c,v 1.4 1993/09/12 20:45:29 jkh Exp $";
static const char *rcsid = "$Id: main.c,v 1.5 1994/04/05 14:05:38 jkh Exp $";
#endif
/*
@ -16,7 +16,7 @@ static const char *rcsid = "$Id: main.c,v 1.4 1993/09/12 20:45:29 jkh Exp $";
#include "lib.h"
#include "create.h"
static char Options[] = "hvf:p:c:d:i:k:r:t:X:";
static char Options[] = "YNhvf:p:c:d:i:k:r:t:X:";
char *Prefix = NULL;
char *Comment = NULL;