From 597a751466a432d62e1bee0909fbdf4423183c2b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 22 Jun 2020 14:16:21 -0700 Subject: [PATCH] Update links to https. --- options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.c b/options.c index 73d5ed47..a5038703 100644 --- a/options.c +++ b/options.c @@ -714,7 +714,7 @@ static void print_rsync_version(enum logcode f) RSYNC_NAME, RSYNC_VERSION, PROTOCOL_VERSION, subprotocol); rprintf(f, "Copyright (C) 1996-" LATEST_YEAR " by Andrew Tridgell, Wayne Davison, and others.\n"); - rprintf(f, "Web site: http://rsync.samba.org/\n"); + rprintf(f, "Web site: https://rsync.samba.org/\n"); rprintf(f, "Capabilities:\n"); print_capabilities(f); @@ -771,7 +771,7 @@ void usage(enum logcode F) rprintf(F,"\n"); rprintf(F,"Use \"rsync --daemon --help\" to see the daemon-mode command-line options.\n"); rprintf(F,"Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation.\n"); - rprintf(F,"See http://rsync.samba.org/ for updates, bug reports, and answers\n"); + rprintf(F,"See https://rsync.samba.org/ for updates, bug reports, and answers\n"); } enum {OPT_SERVER = 1000, OPT_DAEMON, OPT_SENDER, OPT_EXCLUDE, OPT_EXCLUDE_FROM, -- 2.11.4.GIT