1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Minor fixes; about to release 0.3.1

This commit is contained in:
Werner Koch 2002-03-04 10:35:34 +00:00
parent 9301f1cf69
commit dfda938ee9
2 changed files with 4 additions and 1 deletions

View file

@ -229,7 +229,7 @@ static ARGPARSE_OPTS opts[] = {
{ oAssumeArmor, "assume-armor", 0, N_("assume input is in PEM format")},
{ oAssumeBase64, "assume-base64", 0,
N_("assume input is in base-64 format")},
{ oAssumeBase64, "assume-binary", 0,
{ oAssumeBinary, "assume-binary", 0,
N_("assume input is in binary format")},
{ oRecipient, "recipient", 2, N_("|NAME|encrypt for NAME")},