src/util/main.c
changeset 24 0d319520916e
parent 23 9fd50fc1d223
child 26 72fd5ba8d8c1
equal deleted inserted replaced
23:9fd50fc1d223 24:0d319520916e
    52     struct pt_tile_info ti = {0, 0, 0, 0};
    52     struct pt_tile_info ti = {0, 0, 0, 0};
    53     int threads = 2;
    53     int threads = 2;
    54     int tmp, err;
    54     int tmp, err;
    55     
    55     
    56     // parse arguments
    56     // parse arguments
    57     while ((opt = getopt_long(argc, argv, "hqvDUW:H:x:y:", options, NULL)) != -1) {
    57     while ((opt = getopt_long(argc, argv, "hqvDUW:H:x:y:j:", options, NULL)) != -1) {
    58         switch (opt) {
    58         switch (opt) {
    59             case 'h':
    59             case 'h':
    60                 // display help
    60                 // display help
    61                 help(argv[0]);
    61                 help(argv[0]);
    62                 
    62