Add missing breaks in select. tdtool showed the list of devices on --version
This commit is contained in:
parent
4f181a05ce
commit
17de443f19
1 changed files with 2 additions and 0 deletions
|
@ -335,9 +335,11 @@ int main(int argc, char **argv)
|
|||
case 'h' :
|
||||
print_usage( argv[0] );
|
||||
success = TELLSTICK_SUCCESS;
|
||||
break;
|
||||
case 'i' :
|
||||
print_version( );
|
||||
success = TELLSTICK_SUCCESS;
|
||||
break;
|
||||
case 'l' :
|
||||
success = list_devices();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue