aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 25e3a55..3c9b868 100644
--- a/src/main.c
+++ b/src/main.c
@@ -100,7 +100,7 @@ static void usage(char *progname) {
char tmp[OMC_NAME_MAX] = {0};
char output[sizeof(tmp)] = {0};
char opt_long[50] = {0}; // --? [ARG]?
- char opt_short[3] = {0}; // -?
+ char opt_short[50] = {0}; // -? [ARG]?
strcat(opt_long, "--");
strcat(opt_long, long_options[x].name);