1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Exit status of 2 seems wrong for -V

This commit is contained in:
Aaron Griffin 2007-02-12 07:23:36 +00:00
parent b9803b719a
commit b623b98882

View File

@ -405,7 +405,7 @@ static int parseargs(int argc, char *argv[])
}
if(config->version) {
version();
return(2);
return(0);
}
while(optind < argc) {