-r generates an error on systems which do not support it
This commit is contained in:
parent
30d305615a
commit
c4cc9bf973
@ -334,8 +334,10 @@ int main(int argCount, char** argv)
|
||||
/* destination file name */
|
||||
case 'o': nextArgumentIsOutFileName=1; argument++; break;
|
||||
|
||||
#ifdef UTIL_HAS_CREATEFILELIST
|
||||
/* recursive */
|
||||
case 'r': recursive=1; argument++; break;
|
||||
#endif
|
||||
|
||||
#ifndef ZSTD_NOBENCH
|
||||
/* Benchmark */
|
||||
|
Loading…
Reference in New Issue
Block a user