diff --git a/src/tr31-tool.c b/src/tr31-tool.c index cd937b8..0a5d34a 100644 --- a/src/tr31-tool.c +++ b/src/tr31-tool.c @@ -71,7 +71,7 @@ static void print_hex(const void* buf, size_t length); // argp option keys enum tr31_tool_option_keys_t { - TR31_TOOL_OPTION_IMPORT, + TR31_TOOL_OPTION_IMPORT = 1, TR31_TOOL_OPTION_EXPORT, TR31_TOOL_OPTION_EXPORT_KEY_ALGORITHM, TR31_TOOL_OPTION_EXPORT_FORMAT_VERSION,