Restore the -c option, which was accidentally removed from the getopt

string two revisions ago.
This commit is contained in:
Dag-Erling Smørgrav 2001-03-06 01:58:30 +00:00
parent cb0a8bd6ee
commit 867dd03869
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73828

View File

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