Commit 1e43786b authored by Nicolas George's avatar Nicolas George

print_options: warn that the files are generated.

parent 9b84f8a9
......@@ -112,6 +112,8 @@ int main(int argc, char **argv)
if (argc < 2)
print_usage();
printf("@c DO NOT EDIT THIS FILE!\n"
"@c It was generated by print_options.\n\n");
if (!strcmp(argv[1], "format"))
show_format_opts();
else if (!strcmp(argv[1], "codec"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment