X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c8d895de26a920d8ff8cdde82bde72ea4b20633f..f1dd0f27cb31df79f99b611f1222b388c0d64151:/options.c diff --git a/options.c b/options.c index 153049eb..e11d20ea 100644 --- a/options.c +++ b/options.c @@ -914,7 +914,7 @@ void server_options(char **args,int *argc) } if (checksum_seed) { - if (asprintf(&arg, "--checksum_seed=%d", checksum_seed) < 0) + if (asprintf(&arg, "--checksum-seed=%d", checksum_seed) < 0) goto oom; args[ac++] = arg; }