render_list: add -f and -l into getopt list

This commit is contained in:
Jon Burgess
2011-07-02 19:01:11 +00:00
parent 1c370cf4a1
commit 63612ebb94

View File

@ -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;