diff options
Diffstat (limited to 'tools/lspgpot')
-rwxr-xr-x | tools/lspgpot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lspgpot b/tools/lspgpot index 4041367f5..585629b5b 100755 --- a/tools/lspgpot +++ b/tools/lspgpot @@ -1,6 +1,6 @@ #!/bin/sh # lspgpot - script to extract the ownertrust values -# from a PGP keyrings and list them in GnuPG ownertrust format. +# from PGP keyrings and list them in GnuPG ownertrust format. ../g10/gpg --dry-run --with-fingerprint --with-colons $* | awk ' BEGIN { FS=":" |