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; break;
case 'V': case 'V':
show_version(); show_version();
return exitcode_error; return 0;
case 'p': case 'p':
port = atoi(optarg); port = atoi(optarg);
break; break;