1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Add parallel processing example for seekable API

This commit is contained in:
Sean Purcell
2017-04-21 12:23:06 -07:00
parent 35186e65b0
commit 11dc940e72
5 changed files with 206 additions and 6 deletions

View File

@ -122,7 +122,7 @@ int main(int argc, const char** argv)
if (argc!=4) {
fprintf(stderr, "wrong arguments\n");
fprintf(stderr, "usage:\n");
fprintf(stderr, "%s FILE\n", exeName);
fprintf(stderr, "%s FILE START END\n", exeName);
return 1;
}