Commit 33e817e3 authored by David Dykstra's avatar David Dykstra

Document the fact that you can use [USER@] in an rsync URL.

Note: the same thing works for ftp and http URLs in netscape.
parent 1b8e662a
......@@ -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");
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment