Skip to content

Commit

Permalink
Fixes #84 - Enhancement to --noninteractive (implicit --debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed May 19, 2015
1 parent 8749a57 commit 590da67
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 @@ -1843,6 +1843,7 @@ int main(int argc, char *argv[]) {
break;
case 'I':
interactive = false;
debug = 1;
break;
case 'L':
interactive = false;
Expand Down

0 comments on commit 590da67

Please sign in to comment.