diff options
| author | Nakidai <nakidai@disroot.org> | 2024-09-29 15:09:56 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-09-29 15:09:56 +0300 |
| commit | fa3f3d73f1c13317741086f815af71465c04aaf7 (patch) | |
| tree | 0c07a3decdfa50b2efc0814505d3ef68b26b12c3 /main.c | |
| parent | 3b28a7b64ac016a4be65a3eb01347b207b114ebf (diff) | |
| download | cptc-fa3f3d73f1c13317741086f815af71465c04aaf7.tar.gz cptc-fa3f3d73f1c13317741086f815af71465c04aaf7.zip | |
Nothing can fix my stupidness v1.1.1
--help does not require an argument
Diffstat (limited to 'main.c')
| -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} |