diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/share/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/common b/src/share/common index cabc378..adec5a1 100644 --- a/src/share/common +++ b/src/share/common @@ -602,7 +602,7 @@ gpg_fetch_userid() { # flag:sshKey # # "flag" is an acceptability flag, 0 = ok, 1 = bad -# "sshKey" is the translated gpg key +# "sshKey" is the relevant OpenPGP key, in the form accepted by OpenSSH # # all log output must go to stderr, as stdout is used to pass the # flag:sshKey to the calling function. |