enable the new "-4" option
SVN-Revision: 1627
This commit is contained in:
parent
b5e7f55f97
commit
fa9c2f4823
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ int main(int argc, char **argv)
|
||||||
hdr = (struct code_header *) buf;
|
hdr = (struct code_header *) buf;
|
||||||
memset(hdr, 0, sizeof(struct code_header));
|
memset(hdr, 0, sizeof(struct code_header));
|
||||||
|
|
||||||
while ((c = getopt(argc, argv, "i:o:p:gbv:012")) != -1) {
|
while ((c = getopt(argc, argv, "i:o:p:gbv:0124")) != -1) {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 'i':
|
case 'i':
|
||||||
ifn = optarg;
|
ifn = optarg;
|
||||||
|
|
Loading…
Reference in a new issue