mirror of
https://github.com/facebook/zstd.git
synced 2025-08-07 06:23:00 +03:00
[pzstd] Fix invalid argument message
This commit is contained in:
@@ -293,7 +293,7 @@ Options::Status Options::parse(int argc, const char **argv) {
|
|||||||
notSupported("Zstd benchmarking options.");
|
notSupported("Zstd benchmarking options.");
|
||||||
return Status::Failure;
|
return Status::Failure;
|
||||||
default:
|
default:
|
||||||
std::fprintf(stderr, "Invalid argument: -%c\n", *options);
|
std::fprintf(stderr, "Invalid argument: %s\n", arg);
|
||||||
return Status::Failure;
|
return Status::Failure;
|
||||||
}
|
}
|
||||||
if (!finished) {
|
if (!finished) {
|
||||||
|
Reference in New Issue
Block a user