commit | 16d80f61814745bd3f5bb9f47ae3b00edf9e1e45 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Thu Apr 02 13:32:16 2015 +0200 |
committer | Markus Armbruster <armbru@redhat.com> | Thu May 14 18:41:23 2015 +0200 |
tree | 257b60369e69b4f04d7412e92246e68be54fda0d | |
parent | b45409683e829770000a4560ed21e704f87df74c [diff] |
qapi: Turn generators' mandatory option -i into an argument Mandatory option is silly, and the error handling is missing: the programs crash when -i isn't supplied. Make it an argument, and check it properly. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>