invalid, instead of just a 'field'.
because getpwnam returned successfully.
* src/usermod.c (process_flags): Do not display the usage in case
of an invalid -f value (similar to -e).
+ * src/usermod.c (process_flags): Indicate that the user name is
+ invalid, instead of just a 'field'.
2011-07-08 Nicolas François <nicolas.francois@centraliens.net>
case 'l':
if (!is_valid_user_name (optarg)) {
fprintf (stderr,
- _("%s: invalid field '%s'\n"),
+ _("%s: invalid user name '%s'\n"),
Prog, optarg);
exit (E_BAD_ARG);
}