mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
-r generates an error on systems which do not support it
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user