diff options
author | davidovski <david@davidovski.xyz> | 2024-02-05 22:01:25 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-02-05 22:01:25 +0000 |
commit | efcf9dded8ca4a0666c62150b55719f84a4ee424 (patch) | |
tree | 121eccf8ffdbf670cae701a68f8b53ee8bf6d5a7 /src/editor.c | |
parent | 00bade5c186bc0c1d703bb8d52afdabb1ff0ab92 (diff) |
Diffstat (limited to 'src/editor.c')
-rw-r--r-- | src/editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.c b/src/editor.c index aa541e9..bceb531 100644 --- a/src/editor.c +++ b/src/editor.c @@ -105,7 +105,7 @@ int main(int argc, char *argv[]) { int chunkSize = 16; int flags, opt; - while ((opt = getopt(argc, argv, "c:s:a:h")) != -1) { + while ((opt = getopt(argc, argv, "c:s:a:t:h")) != -1) { switch (opt) { case 'c': chunkSize = atoi(optarg); |