From 3f2c3052267662521383d8b0cdb1e33907073e0a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 16 Dec 2015 12:20:35 +0100 Subject: [PATCH] swanctl: Slightly change usage summary for --list-certs --- src/swanctl/commands/list_certs.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/swanctl/commands/list_certs.c b/src/swanctl/commands/list_certs.c index b2ff3b5..2c314d8 100644 --- 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", - {"[--subject ] " - "[--type x509|x509_ac|x509_crl|ocsp_response|pubkey]\n " - "[--flag none|ca|aa|ocsp|any] " - "[--pem] [--raw|--pretty|--short|--utc]"}, + {"[--subject ] [--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"}, -- 2.7.4