void PrintUsage()

in tools/ROADAttributesCodeGenerator/ROADAttributesCodeGenerator/main.m [106:116]


void PrintUsage() {
    [RFConsole writeLine:@"Attribute’s code generator."];
    [RFConsole writeLine:@"ROAD Framework tool"];
    [RFConsole writeLine:@"Copyright (c) 2013 EPAM. All rights reserved."];
    [RFConsole writeLine:@""];
    [RFConsole writeLine:@"Usage:"];
    [RFConsole writeLine:@""];
    [RFConsole writeLine:@"ROADAttributesCodeGenerator –src=path to folder with source code –dst=path to destination folder where need to create attributes code"];
    [RFConsole writeLine:@"Optional parameters: -def_file=path to file with defines -e=pattern to exclude files or folders from processing based on absolute path"];
    [RFConsole writeLine:@""];
}