From 5caaad20c419e4a3c3afa681354f0c7ea9509460 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 3 Jan 2013 23:17:13 -0500 Subject: restrict list when using the -t flag --- ponymix.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/ponymix.cc b/ponymix.cc index 7e1fb17..f0cbccb 100644 --- a/ponymix.cc +++ b/ponymix.cc @@ -595,6 +595,7 @@ bool parse_options(int argc, char** argv) { break; case 't': opt_devtype = string_to_devtype_or_die(optarg); + opt_listrestrict = true; break; case 0x100: case 0x101: -- cgit v1.2.3