X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a353d5633749e09b62c36b4a72e5688f456579e6..6608462cac742530ed6528bfb5ac7e26f43a31ea:/options.c diff --git a/options.c b/options.c index 0c99395e..02434d5e 100644 --- a/options.c +++ b/options.c @@ -204,9 +204,9 @@ void parse_arguments(int argc, char *argv[]) switch (opt) { case OPT_VERSION: - printf("rsync version %s protocol version %d\n\n", + rprintf(FINFO,"rsync version %s protocol version %d\n\n", VERSION,PROTOCOL_VERSION); - printf("Written by Andrew Tridgell and Paul Mackerras\n"); + rprintf(FINFO,"Written by Andrew Tridgell and Paul Mackerras\n"); exit_cleanup(0); case OPT_SUFFIX: