1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 01:10:04 +02:00

Update zstdcli.c

This commit is contained in:
brailovich 2022-01-26 16:51:18 -08:00 committed by GitHub
parent 62583dc1ea
commit beb4872241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1366,8 +1366,8 @@ int main(int argCount, const char* argv[])
was a number of empty directories. In this case
stdin and stdout should not be used */
if (nbInputFileNames > 0 ){
DISPLAYLEVEL(2, "please provide correct input file(s) or non-empty directories -- ignored \n");
CLEAN_RETURN(2);
DISPLAYLEVEL(1, "please provide correct input file(s) or non-empty directories -- ignored \n");
CLEAN_RETURN(0);
}
UTIL_refFilename(filenames, stdinmark);
}