public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 1/2] intel_dump_decode: Actually parse the -d option
@ 2013-11-22 17:33 Damien Lespiau
  2013-11-22 17:33 ` [PATCH 2/2] intel_dump_decode: Support the INTEL_DEVID_OVERRIDE env variable Damien Lespiau
  2013-11-28 14:40 ` [PATCH 1/2] intel_dump_decode: Actually parse the -d option Damien Lespiau
  0 siblings, 2 replies; 3+ messages in thread
From: Damien Lespiau @ 2013-11-22 17:33 UTC (permalink / raw)
  To: intel-gfx

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 tools/intel_dump_decode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/intel_dump_decode.c b/tools/intel_dump_decode.c
index a3cd2e5..959ec87 100644
--- a/tools/intel_dump_decode.c
+++ b/tools/intel_dump_decode.c
@@ -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':
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-28 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-22 17:33 [PATCH 1/2] intel_dump_decode: Actually parse the -d option Damien Lespiau
2013-11-22 17:33 ` [PATCH 2/2] intel_dump_decode: Support the INTEL_DEVID_OVERRIDE env variable Damien Lespiau
2013-11-28 14:40 ` [PATCH 1/2] intel_dump_decode: Actually parse the -d option Damien Lespiau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox