mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-12 02:41:14 +00:00
render_list: add -f and -l into getopt list
This commit is contained in:
@ -362,7 +362,7 @@ int main(int argc, char **argv)
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
||||
c = getopt_long(argc, argv, "hvaz:Z:x:X:y:Y:s:m:t:n:", long_options, &option_index);
|
||||
c = getopt_long(argc, argv, "hvaz:Z:x:X:y:Y:s:m:t:n:l:f", long_options, &option_index);
|
||||
if (c == -1)
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user