summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/editor.c2
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);