From 288869a8242174bb71f3b123f070b15148dd46ea Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 28 Jun 2002 16:16:13 +0000 Subject: [PATCH] upload.sh: Fix usage message --- scripts/upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload.sh b/scripts/upload.sh index b4d05bab..41bc1dbf 100644 --- a/scripts/upload.sh +++ b/scripts/upload.sh @@ -66,7 +66,7 @@ cat << EOT or multiple files or directories. "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, $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".