Skip to content

Commit

Permalink
Fixes #83 - Enhancement to --justlaunch (implicit --debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed May 19, 2015
1 parent 590da67 commit 6d61b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios-deploy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1848,6 +1848,7 @@ int main(int argc, char *argv[]) {
case 'L':
interactive = false;
justlaunch = true;
debug = 1;
break;
case 'c':
detect_only = true;
Expand Down

0 comments on commit 6d61b7c

Please sign in to comment.