anv: fix typo

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Eric Engestrom
2019-06-29 13:59:37 +01:00
parent 38305e6c94
commit 42eb85a9d8

View File

@@ -28,7 +28,7 @@ from anv_extensions import MAX_API_VERSION
if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('--out', help='Output jsono file.', required=True)
parser.add_argument('--out', help='Output json file.', required=True)
parser.add_argument('--lib-path', help='Path to libvulkan_intel.so')
args = parser.parse_args()