From: alex Date: Sat, 23 Oct 2021 01:21:52 +0000 (-0700) Subject: ... X-Git-Url: http://git.infiniteadaptability.org/?a=commitdiff_plain;h=0d02452d3843c47fa6ccc70fd14b8c36a13b0982;p=seeder ... --- diff --git a/src/opt/set.c b/src/opt/set.c index b1c42f9..bcc814e 100644 --- a/src/opt/set.c +++ b/src/opt/set.c @@ -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} };