Make it explicit what to do when no passphrase is needed

This commit is contained in:
Matthew Duggan
2015-01-09 00:18:30 -08:00
parent 4cbfade973
commit 5a06cd2688

View File

@@ -65,7 +65,8 @@ class Keypair(object):
remote server
:param str pubkey: the path to the user's public key file
:param str privkey: the path to the user's private key file
:param str passphrase: the password used to decrypt the private key file
:param str passphrase: the password used to decrypt the private key file,
or empty string if no passphrase is required.
"""