X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c13ad7ec4738990b45d7dc586f5b8e9931797fdd..7c06e407ecb9c99abce58665f85551d8e99707a9:/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},