X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1dc587af1b41a1e048a858e57d9fa0f626d1856d..7f1b717ac74fa3ce61d8f51375717c5a4d4f75ca:/options.c diff --git a/options.c b/options.c index ec0fc70b..6b3227dd 100644 --- a/options.c +++ b/options.c @@ -281,7 +281,7 @@ static struct poptOption long_options[] = { {"max-delete", 0, POPT_ARG_INT, &max_delete}, {"timeout", 0, POPT_ARG_INT, &io_timeout}, {"temp-dir", 'T', POPT_ARG_STRING, &tmpdir}, - {"compare-dest", 0, POPT_ARG_NONE, &compare_dest}, + {"compare-dest", 0, POPT_ARG_STRING, &compare_dest}, /* TODO: Should this take an optional int giving the compression level? */ {"compress", 'z', POPT_ARG_NONE, &do_compression}, {"daemon", 0, POPT_ARG_NONE, &am_daemon},