``` def target_select(self, type, parameters): return self._cmd('-target-list-parameters', [ type, parameters ]) Should be self._cmd('-target-select',... ``` Original issue reported on code.google.com by `ehu...@gmail.com` on 23 Jul 2010 at 6:35