strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b0f00b2
)
swanctl: Slightly change usage summary for --list-certs
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 16 Dec 2015 11:20:35 +0000
(12:20 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Wed, 16 Dec 2015 11:20:35 +0000
(12:20 +0100)
src/swanctl/commands/list_certs.c
patch
|
blob
|
history
diff --git
a/src/swanctl/commands/list_certs.c
b/src/swanctl/commands/list_certs.c
index
b2ff3b5
..
2c314d8
100644
(file)
--- a/
src/swanctl/commands/list_certs.c
+++ b/
src/swanctl/commands/list_certs.c
@@
-214,10
+214,9
@@
static void __attribute__ ((constructor))reg()
{
command_register((command_t) {
list_certs, 'x', "list-certs", "list stored certificates",
{
command_register((command_t) {
list_certs, 'x', "list-certs", "list stored certificates",
- {"[--subject <dn/san>] "
- "[--type x509|x509_ac|x509_crl|ocsp_response|pubkey]\n "
- "[--flag none|ca|aa|ocsp|any] "
- "[--pem] [--raw|--pretty|--short|--utc]"},
+ {"[--subject <dn/san>] [--pem]",
+ "[--type x509|x509_ac|x509_crl|ocsp_response|pubkey]",
+ "[--flag none|ca|aa|ocsp|any] [--raw|--pretty|--short|--utc]"},
{
{"help", 'h', 0, "show usage information"},
{"subject", 's', 1, "filter by certificate subject"},
{
{"help", 'h', 0, "show usage information"},
{"subject", 's', 1, "filter by certificate subject"},