examples: doc strings
* Fixed minor errors in two doc strings.
This commit is contained in:
parent
1fdd1f306d
commit
6fa2a34428
@ -31,7 +31,8 @@ import sys
|
||||
Encrypts a file to a specified key. If entering both the key and the filename
|
||||
on the command line, the key must be entered first.
|
||||
|
||||
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 encrypted
|
||||
file.
|
||||
"""
|
||||
|
||||
if len(sys.argv) > 3:
|
||||
|
@ -31,7 +31,8 @@ import sys
|
||||
Signs a file with a specified key. If entering both the key and the filename
|
||||
on the command line, the key must be entered first.
|
||||
|
||||
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
|
||||
file.
|
||||
"""
|
||||
|
||||
if len(sys.argv) > 3:
|
||||
|
Loading…
Reference in New Issue
Block a user