Fixes #105 - ios-deploy --version returns a non-zero exit code

This commit is contained in:
Shazron Abdullah 2015-03-02 16:04:43 -08:00
parent abbd1a3769
commit 48f7881a0b

View File

@ -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;