example: encrypt-sign-file.py
* Adjusted the doc string.
This commit is contained in:
parent
6fa2a34428
commit
af6cbba18b
@ -34,8 +34,8 @@ filename on the command line, the key must be entered first.
|
||||
Signs with and also encrypts to the default key of the user invoking the
|
||||
script. Will treat all recipients as trusted to permit encryption.
|
||||
|
||||
Will produce both an ASCII armoured and GPG binary format copy of the encrypted
|
||||
file.
|
||||
Will produce both an ASCII armoured and GPG binary format copy of the signed
|
||||
and encrypted file.
|
||||
"""
|
||||
|
||||
if len(sys.argv) > 3:
|
||||
|
Loading…
Reference in New Issue
Block a user