pki: Increase MAX_LINES

The --issue and --self commands both define 10 lines of usage summary
text.
This commit is contained in:
Tobias Brunner
2015-12-16 12:09:18 +01:00
parent 8ea64a78d6
commit 50e190e8ad
+1 -1
View File
@@ -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;