505
505
/* This is already done by parse_opt_config_file() */
509
509
if(errno != 0 or tmp == arg or *tmp != '\0'
511
511
argp_error(state, "Bad user ID number: \"%s\", using %"
512
512
PRIdMAX, arg, (intmax_t)uid);
517
517
case 131: /* --groupid */
519
519
if(errno != 0 or tmp == arg or *tmp != '\0'
521
521
argp_error(state, "Bad group ID number: \"%s\", using %"
522
522
PRIdMAX, arg, (intmax_t)gid);