From 33e817e37e5f8694650dd3903c64bc594e5de747 Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Tue, 3 Nov 1998 21:58:08 +0000 Subject: [PATCH] Document the fact that you can use [USER@] in an rsync URL. Note: the same thing works for ftp and http URLs in netscape. --- options.c | 2 +- rsync.yo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/options.c b/options.c index 2a46a5b7..0896152b 100644 --- a/options.c +++ b/options.c @@ -88,7 +88,7 @@ void usage(int F) rprintf(F," or rsync [OPTION]... SRC DEST\n"); rprintf(F," or rsync [OPTION]... [USER@]HOST::SRC DEST\n"); rprintf(F," or rsync [OPTION]... SRC [USER@]HOST::DEST\n"); - rprintf(F," or rsync [OPTION]... rsync://HOST[:PORT]/SRC DEST\n"); + rprintf(F," or rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC DEST\n"); rprintf(F,"\nOptions\n"); rprintf(F," -v, --verbose increase verbosity\n"); rprintf(F," -c, --checksum always checksum\n"); diff --git a/rsync.yo b/rsync.yo index 7e2e4738..51df0df5 100644 --- a/rsync.yo +++ b/rsync.yo @@ -13,7 +13,7 @@ rsync [options] [user@]host::module[/path] path rsync [options] path [user@]host::module[/path] -rsync [options] rsync://host[:port]/module/path path +rsync [options] rsync://[user@]host[:port]/module/path path manpagedescription() @@ -208,7 +208,7 @@ Usage: rsync [OPTION]... SRC [USER@]HOST:DEST or rsync [OPTION]... SRC DEST or rsync [OPTION]... [USER@]HOST::SRC DEST or rsync [OPTION]... SRC [USER@]HOST::DEST - or rsync [OPTION]... rsync://HOST[:PORT]/SRC DEST + or rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC DEST Options -v, --verbose increase verbosity -- 2.34.1