Skip to content

Commit 4113090

Browse files
committed
fix 1. help-line of openssl-enc
[skip ci]
1 parent 28ecdd5 commit 4113090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/openssl-enc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ union paddable {
9191
*/
9292
void barf(char *pname, char *err)
9393
{
94-
printf("Usage: %s <enc|dec> infile outfile [salt]\n", pname);
94+
printf("Usage: %s <enc|dec> infile outfile passphrase [salt]\n", pname);
9595
printf("\n");
9696
printf(" # encrypts infile->outfile, random salt\n");
9797
printf(" %s enc infile outfile \"passphrase\"\n", pname);

0 commit comments

Comments
 (0)