aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/signcrl.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-09-13 15:15:40 +0200
committerTobias Brunner <tobias@strongswan.org>2013-09-13 15:17:04 +0200
commitd6c43847be35b7fe431ae96fddfb1ba97d9fa8de (patch)
treef4d2c0807f11f9bed64aa52e9d8085e9d4a2ab56 /src/pki/commands/signcrl.c
parentf5dcb38ead5bf812e19acfa4c3b8867f3123f466 (diff)
parented56c86ec1098d62f65580bb4889fb10cc1998cf (diff)
downloadstrongswan-d6c43847be35b7fe431ae96fddfb1ba97d9fa8de.tar.bz2
strongswan-d6c43847be35b7fe431ae96fddfb1ba97d9fa8de.tar.xz
Merge branch 'man-pki'
This adds man pages for all pki sub-commands and promotes pki to a regular program installed in $prefix/bin. The usage output of several commands was fixed too.
Diffstat (limited to 'src/pki/commands/signcrl.c')
-rw-r--r--src/pki/commands/signcrl.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/pki/commands/signcrl.c b/src/pki/commands/signcrl.c
index f9746cca7..4f9dd291d 100644
--- a/src/pki/commands/signcrl.c
+++ b/src/pki/commands/signcrl.c
@@ -429,13 +429,13 @@ static void __attribute__ ((constructor))reg()
command_register((command_t) {
sign_crl, 'c', "signcrl",
"issue a CRL using a CA certificate and key",
- {"--cacert file --cakey file | --cakeyid hex --lifetime days",
- "[--lastcrl crl] [--basecrl crl] [--crluri uri ]+",
- "[ [--reason key-compromise|ca-compromise|affiliation-changed|",
+ {"--cacert file --cakey file|--cakeyid hex [--lifetime days]",
+ " [--lastcrl crl] [--basecrl crl] [--crluri uri]+",
+ " [[--reason key-compromise|ca-compromise|affiliation-changed|",
" superseded|cessation-of-operation|certificate-hold]",
- " [--date timestamp]",
- " --cert file | --serial hex ]*",
- "[--digest md5|sha1|sha224|sha256|sha384|sha512] [--outform der|pem]"},
+ " [--date timestamp] --cert file|--serial hex]*",
+ " [--digest md5|sha1|sha224|sha256|sha384|sha512]",
+ " [--outform der|pem]"},
{
{"help", 'h', 0, "show usage information"},
{"cacert", 'c', 1, "CA certificate file"},