The -N option takes one argument, hence the getopt control string

needs to have a colon for it.  Looks like nobody has tested this
so far.
This commit is contained in:
Joerg Wunsch 1995-01-02 12:08:06 +00:00
parent e02a6ccb4e
commit 08e9e0741b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5344

View File

@ -137,7 +137,7 @@ main(argc, argv)
openlog("savecore", LOG_PERROR, LOG_DAEMON);
while ((ch = getopt(argc, argv, "cdfNvz")) != EOF)
while ((ch = getopt(argc, argv, "cdfN:vz")) != EOF)
switch(ch) {
case 'c':
clear = 1;