Skip to content

Commit

Permalink
tiny improvement to generate.cmd (mention commit IDs, clarifications)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Bader committed Aug 9, 2017
1 parent d26f0e5 commit ae3ab89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/generate.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ if not x%pot_help%==x%pot_help:?=% (set req_help=T)
if not "%req_help%" == "" (
echo.
echo Usage: generate.cmd
echo ^<RP, e.g. 'network/resource-manager'^>
echo ^<service, e.g. 'network/resource-manager'^>
echo ^<AutoRest version, defaults to 'latest'^>
echo ^<GitHub user of azure-rest-api-specs repo, defaults to 'Azure'^>
echo ^<Branch of azure-rest-api-specs repo, defaults to 'current'^>
echo ^<Branch or commit ID of azure-rest-api-specs repo, defaults to 'current'^>
echo.
echo Example: generate.cmd monitor/data-plane 1.1.0 olydis new-cool-feature
echo Note: If you are calling an SDK's generate.cmd, the first parameter is already provided for you.
echo.
echo To display this help, run either of
echo generate.cmd help
Expand Down

0 comments on commit ae3ab89

Please sign in to comment.