Skip to content

Commit

Permalink
fix 1. help-line of openssl-enc
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sjaeckel committed Aug 7, 2017
1 parent 28ecdd5 commit 4113090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/openssl-enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ union paddable {
*/
void barf(char *pname, char *err)
{
printf("Usage: %s <enc|dec> infile outfile [salt]\n", pname);
printf("Usage: %s <enc|dec> infile outfile passphrase [salt]\n", pname);
printf("\n");
printf(" # encrypts infile->outfile, random salt\n");
printf(" %s enc infile outfile \"passphrase\"\n", pname);
Expand Down

0 comments on commit 4113090

Please sign in to comment.