From: Wayne Davison Date: Thu, 1 Aug 2002 17:55:11 +0000 (+0000) Subject: Mention the new rsync:// URL-in-the-destination syntax. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/eaa4c150abdb02fde4cc9d56f2b92191fd96007b Mention the new URL-in-the-destination syntax. --- diff --git a/options.c b/options.c index 42d4a155..7ed88232 100644 --- a/options.c +++ b/options.c @@ -202,6 +202,7 @@ void usage(enum logcode F) rprintf(F," or rsync [OPTION]... [USER@]HOST::SRC [DEST]\n"); rprintf(F," or rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST\n"); rprintf(F," or rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]\n"); + rprintf(F," or rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST\n"); rprintf(F,"SRC on single-colon remote HOST will be expanded by remote shell\n"); rprintf(F,"SRC on server remote HOST may contain shell wildcards or multiple\n"); rprintf(F," sources separated by space as long as they have same top-level\n");