@@ -665,12 +665,12 @@ main (int argc, char **argv)
case_GETOPT_VERSION_CHAR(PROGRAM_NAME,AUTHORS);
default:
usage(EXIT_FAILURE);
fail=1;
}
}
if(fail)
exit(EXIT_FAILURE);
usage(EXIT_FAILURE);
if(opt_all&&opt_summarize_only)
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.