mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Restore the -c option, which was accidentally removed from the getopt
string two revisions ago.
This commit is contained in:
parent
cb0a8bd6ee
commit
867dd03869
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue