mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
intel_dump_decode: Actually parse the -d option
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
6c9fcc42bb
commit
b226f43fe8
@ -168,7 +168,7 @@ main (int argc, char *argv[])
|
||||
{"binary", 0, 0, 'b'}
|
||||
};
|
||||
|
||||
while((c = getopt_long(argc, argv, "ab",
|
||||
while((c = getopt_long(argc, argv, "ad:b",
|
||||
long_options, &option_index)) != -1) {
|
||||
switch(c) {
|
||||
case 'd':
|
||||
|
Loading…
x
Reference in New Issue
Block a user