Fixes #105 - ios-deploy --version returns a non-zero exit code
This commit is contained in:
parent
abbd1a3769
commit
48f7881a0b
@ -1710,7 +1710,7 @@ int main(int argc, char *argv[]) {
|
||||
break;
|
||||
case 'V':
|
||||
show_version();
|
||||
return exitcode_error;
|
||||
return 0;
|
||||
case 'p':
|
||||
port = atoi(optarg);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user