diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-12-16 11:55:14 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-12-16 12:09:18 +0100 |
commit | 50e190e8add8c36da39865d604a96897786cb5d4 (patch) | |
tree | 79033af880133a9bde7cd3c1afe6c9064a93415f | |
parent | 8ea64a78d65807c8496e9d089f18af001aeb932d (diff) | |
download | strongswan-50e190e8add8c36da39865d604a96897786cb5d4.tar.bz2 strongswan-50e190e8add8c36da39865d604a96897786cb5d4.tar.xz |
pki: Increase MAX_LINES
The --issue and --self commands both define 10 lines of usage summary
text.
-rw-r--r-- | src/pki/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki/command.h b/src/pki/command.h index e55c579e4..449252eb8 100644 --- a/src/pki/command.h +++ b/src/pki/command.h @@ -34,7 +34,7 @@ /** * Maximum number of usage summary lines (+1) */ -#define MAX_LINES 10 +#define MAX_LINES 11 typedef struct command_t command_t; typedef struct command_option_t command_option_t; |