}
if ((Cflg + Sflg + iflg + jflg) > 1)
- errx(EXIT_FAILURE, _("Option -C, -i, -j and -S cannot be used together"));
+ errx(EXIT_FAILURE, _("Options -C, -i, -j and -S cannot be used together"));
db_context = ll2_new_context(lastlog2_path);
if (!db_context)
}
if ((Cflg || Sflg) && !has_user(user)) {
- warnx(_("User '%s' does not exist."), user);
+ warnx(_("User '%s' does not exist"), user);
goto err;
}
char *service = NULL;
if (!has_user(user)) {
- warnx(_("User '%s' does not exist."), user);
+ warnx(_("User '%s' does not exist"), user);
goto err;
}