mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Add Error Print
This commit is contained in:
@ -1000,7 +1000,10 @@ int main(int argc, const char** argv)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argument[0] != 0) return 1; /* check the end of string */
|
if (argument[0] != 0) {
|
||||||
|
DISPLAY("invvalid --zstd= format\n");
|
||||||
|
return 1; /* check the end of string */
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
//if not return, success
|
//if not return, success
|
||||||
} else if (argument[0]=='-') {
|
} else if (argument[0]=='-') {
|
||||||
|
Reference in New Issue
Block a user