diff options
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c index fd97a66..4785b93 100644 --- a/main.c +++ b/main.c @@ -17,7 +17,7 @@ const char *CPTC_token; static struct option long_options[] = { - {"help", 1, NULL, 'h'}, + {"help", 0, NULL, 'h'}, {"host", 1, NULL, 'i'}, {"port", 1, NULL, 'p'}, {0} |