]> infiniteadaptability.org Git - seeder/commitdiff
...
authoralex <[email protected]>
Sat, 23 Oct 2021 01:21:52 +0000 (18:21 -0700)
committeralex <[email protected]>
Sat, 23 Oct 2021 01:21:52 +0000 (18:21 -0700)
src/opt/set.c

index b1c42f904e7dc63244c954a2f7326b1f7e7cc135..bcc814e28a3711a65366b12475b42f8687cd2ba1 100644 (file)
@@ -8,7 +8,7 @@ struct option_lookup_table_entry {
 struct option_lookup_table_entry option_lookup_table[] = {
        {"file_filter",&opt_set_file_filter},
        {"piece_length",&opt_set_piece_length},
-       {"watch",&opt_add_watch},
+       {"watch_directory",&opt_add_watch},
        {"worker_threads",&opt_set_worker_threads},
        {NULL,NULL}
 };