upload.sh: Fix usage message

This commit is contained in:
Jan Lindemann 2002-06-28 16:16:13 +00:00 committed by Jan Lindemann
commit 288869a824

View file

@ -66,7 +66,7 @@ cat << EOT
or multiple files or directories. or multiple files or directories.
"target" may be a directory or a file. "target" may be a directory or a file.
+ If it is an existing directory, it will be populated with "source". "source" will keep its name. + If it is an existing directory, it will be populated with "source". The name(s) of "source" will be preserved.
+ If it is not an existing directory, and does not have a trailing slash, + If it is not an existing directory, and does not have a trailing slash,
$MYNAME will skip everything following the last slash for a directory name, create $MYNAME will skip everything following the last slash for a directory name, create
it, and populate it with "source". "source" will get renamed to the last portion of "target". it, and populate it with "source". "source" will get renamed to the last portion of "target".