vide --fast-read (no-op)

This commit is contained in:
itojun 2002-10-09 16:23:27 +00:00
parent b8621000a9
commit 99ba27c717
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ static struct option long_options[] =
{"exclude", required_argument, 0, EXCLUDE_OPTION},
{"exclude-from", required_argument, 0, 'X'},
{"extract", no_argument, 0, 'x'},
{"fast-read", no_argument, 0, 0},
{"file", required_argument, 0, 'f'},
{"files-from", required_argument, 0, 'T'},
{"force-local", no_argument, &force_local_option, 1},