summaryrefslogtreecommitdiff
path: root/src/pki/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pki/command.h')
-rw-r--r--src/pki/command.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pki/command.h b/src/pki/command.h
index 1a884fb73..737f4658d 100644
--- a/src/pki/command.h
+++ b/src/pki/command.h
@@ -22,12 +22,12 @@
#define COMMAND_H_
/**
- * Maximum number of commands.
+ * Maximum number of commands (+1).
*/
-#define MAX_COMMANDS 10
+#define MAX_COMMANDS 11
/**
- * Maximum number of options in a command (+1)
+ * Maximum number of options in a command (+3)
*/
#define MAX_OPTIONS 32