Bug 762198 - fix syntax error
git-svn-id: svn://10.0.0.236/trunk@263938 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
bd191303f4
commit
da3249a522
@ -390,8 +390,8 @@ Usage(char *progName)
|
||||
{
|
||||
fprintf(stderr, "Usage: %s [algorithm]\n",
|
||||
progName);
|
||||
fprintf(stderr, "where algorithm must be one of \n",
|
||||
"{MD5 | SHA1 | SHA224 | SHA256 | SHA384 | SHA512}");
|
||||
fprintf(stderr, "algorithm must be one of %s\n",
|
||||
"{ MD5 | SHA1 | SHA224 | SHA256 | SHA384 | SHA512 }");
|
||||
fprintf(stderr, "default is to test all\n");
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user