You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by or...@apache.org on 2015/01/01 21:11:20 UTC

incubator-corinthia git commit: Explain parameters to wget-win.js

Repository: incubator-corinthia
Updated Branches:
  refs/heads/master 18b4c2468 -> 7208df5c4


Explain parameters to wget-win.js

Explanatory comments added to set the preconditions on  the parameters
to wget-win.js


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/7208df5c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/7208df5c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/7208df5c

Branch: refs/heads/master
Commit: 7208df5c40afebb05d4cd7b1e22a619af0369fc8
Parents: 18b4c24
Author: Dennis Hamilton <or...@apache.org>
Authored: Wed Dec 31 16:29:24 2014 -0800
Committer: Dennis Hamilton <or...@apache.org>
Committed: Thu Jan 1 12:11:16 2015 -0800

----------------------------------------------------------------------
 external/wget-win.js | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/7208df5c/external/wget-win.js
----------------------------------------------------------------------
diff --git a/external/wget-win.js b/external/wget-win.js
index af0e07b..731d6d9 100644
--- a/external/wget-win.js
+++ b/external/wget-win.js
@@ -7,6 +7,11 @@
  *
  * This script is designed to be used from the fetch_downloads.bat file
  * That should be nearby in the same directory.
+ *
+ * With   Cscript wget-win.js url file
+ *
+ *            url is the absolute URL of the file to download
+ *           file is the full-path file address to store the download at
  */
 
 var WinHttpReq = new ActiveXObject("WinHttp.WinHttpRequest.5.1");