diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-09 15:05:28 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-01-09 15:05:28 -0500 |
commit | 34da0040c8d4a76d922dee21cc9bd35230b9c6a5 (patch) | |
tree | 16e4e67bf32ac2defef581705003b5f767a9999c /man/man1 | |
parent | bc82b23d4956c05848b015d2460e7fd9b234211c (diff) |
fix pem2openpgp(1) synopsis.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pem2openpgp.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/pem2openpgp.1 b/man/man1/pem2openpgp.1 index 5622bd7..fe20788 100644 --- a/man/man1/pem2openpgp.1 +++ b/man/man1/pem2openpgp.1 @@ -8,7 +8,7 @@ pem2openpgp .Sh SYNOPSIS .Nm pem2openpgp "$USERID" < mykey.pem | gpg \-\-import .Pp -.Nm PEM2OPENPGP_EXPIRATION=$((86400 * $DAYS)) PEM2OPENPGP_USAGE_FLAGS=authentication,certify pem2openpgp "$USERID" <mykey.pem +.Nm PEM2OPENPGP_EXPIRATION=$((86400 * $DAYS)) PEM2OPENPGP_USAGE_FLAGS=authenticate,certify pem2openpgp "$USERID" <mykey.pem .Sh DESCRIPTION .Nm is a low-level utility for transforming raw, PEM-encoded RSA secret |