X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c60b7056b2750c6d8ff476d37cc2724b2bd15461..c3cbcfb8ef1f8b6a6894593a7bcb5ce05e7c8edd:/options.c diff --git a/options.c b/options.c index 8a02d4f7..c43c6203 100644 --- a/options.c +++ b/options.c @@ -292,7 +292,7 @@ void usage(enum logcode F) rprintf(F," -x, --one-file-system don't cross filesystem boundaries\n"); rprintf(F," -B, --block-size=SIZE force a fixed checksum block-size\n"); rprintf(F," -e, --rsh=COMMAND specify the remote shell to use\n"); - rprintf(F," --rsync-path=PATH specify path to rsync on the remote machine\n"); + rprintf(F," --rsync-path=PROGRAM specify the rsync to run on the remote machine\n"); rprintf(F," --existing only update files that already exist on receiver\n"); rprintf(F," --ignore-existing ignore files that already exist on receiving side\n"); rprintf(F," --remove-sent-files sent files/symlinks are removed from sending side\n");