Skip to content
Snippets Groups Projects
Commit 6a0dd7aa authored by Niels Möller's avatar Niels Möller
Browse files

Fixed typo in usage message.

Rev: src/nettle/examples/rsa-verify.c:1.5
parent 5aa9e16a
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ main(int argc, char **argv)
if (argc != 3)
{
werror("Usage: rsa-sign PUBLIC-KEY SIGNATURE-FILE < file\n");
werror("Usage: rsa-verify PUBLIC-KEY SIGNATURE-FILE < FILE\n");
return EXIT_FAILURE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment