summaryrefslogtreecommitdiffstats
path: root/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/utils.h b/utils/utils.h
index 5eda765..b785f8b 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -176,6 +176,7 @@ typedef enum gbCmdlineOption {
GB_CLI_DELETE = 4,
GB_CLI_MODIFY = 5,
GB_CLI_HELP = 6,
+ GB_CLI_VERSION = 7,
GB_CLI_OPT_MAX
} gbCmdlineOption;
@@ -190,6 +191,7 @@ static const char *const gbCmdlineOptLookup[] = {
[GB_CLI_DELETE] = "delete",
[GB_CLI_MODIFY] = "modify",
[GB_CLI_HELP] = "help",
+ [GB_CLI_VERSION] = "version",
[GB_CLI_OPT_MAX] = NULL,
};