in tools/ODataEntityGenerator/ODataEntityGenerator/main.m [23:30]
void PresentUsageInformation() {
printf("\n");
printf("Parameters:\n");
printf("\t--url <input url> the url where the SMD can be found.\n");
printf("\t--file <input file> the path of the file which contains the SMD\n");
printf("\t--out <path> the local file path where the generated classes will be written\n");
printf("At least the --file or --url and the --out must be specified\n");
}