X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=sync.cmd;h=949f1605f9d3b9d9464a3526c51529d0f8632767;hb=cc64376513da73d3e11280627ee5c01084b44431;hp=e883ef7f05157a7f100aa3aa95ee473192f91238;hpb=c166c0ec0156e905c722889a84c815e802b47cbd;p=platform%2Fupstream%2Fcoreclr.git diff --git a/sync.cmd b/sync.cmd index e883ef7..949f160 100644 --- a/sync.cmd +++ b/sync.cmd @@ -1,4 +1,4 @@ -@if "%_echo%" neq "on" echo off +@if not defined _echo @echo off setlocal EnableDelayedExpansion if /I [%1] == [-?] goto Usage @@ -24,6 +24,13 @@ echo -AzureToken="Access token" echo To download a specific group of product packages, specify: echo -BuildMajor echo -BuildMinor +echo To download from a specific container, specify: +echo -Container="container name" +echo To download blobs starting with a specific prefix, specify: +echo -BlobNamePrefix="Blob name prefix" +echo To specify which RID you are downloading binaries for (optional): +echo -RuntimeId="RID" (Needs to match what's in the container) +echo. echo. echo. echo If no option is specified then sync.cmd -p is implied. \ No newline at end of file