From 50e190e8add8c36da39865d604a96897786cb5d4 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 16 Dec 2015 11:55:14 +0100 Subject: [PATCH] pki: Increase MAX_LINES The --issue and --self commands both define 10 lines of usage summary text. --- src/pki/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;