Fix unrecognized option.

* src/tar.c (parse_opt): Handle OLD_ARCHIVE_OPTION.
This commit is contained in:
Sergey Poznyakoff
2012-03-29 08:57:29 +03:00
parent 5bb0433507
commit 2a61a3701f

View File

@@ -1979,6 +1979,10 @@ parse_opt (int key, char *arg, struct argp_state *state)
}
break;
case OLD_ARCHIVE_OPTION:
set_archive_format ("v7");
break;
case OVERWRITE_DIR_OPTION:
old_files_option = DEFAULT_OLD_FILES;
break;