mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
Whoops, -Y and -N would work better if they were in the getopts string!
This commit is contained in:
parent
a38822ea85
commit
16157b233d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1364
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user