pki: Increase MAX_LINES
The --issue and --self commands both define 10 lines of usage summary text.
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@
|
|||||||
/**
|
/**
|
||||||
* Maximum number of usage summary lines (+1)
|
* Maximum number of usage summary lines (+1)
|
||||||
*/
|
*/
|
||||||
#define MAX_LINES 10
|
#define MAX_LINES 11
|
||||||
|
|
||||||
typedef struct command_t command_t;
|
typedef struct command_t command_t;
|
||||||
typedef struct command_option_t command_option_t;
|
typedef struct command_option_t command_option_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user