* src/useradd.c: Likewise.
+2011-10-18 Nicolas François <nicolas.francois@centraliens.net>
+
+ * src/newusers.c: Fix typo.
+ * src/useradd.c: Likewise.
+
2011-10-15 Nicolas François <nicolas.francois@centraliens.net>
* man/login.defs.d/LOGIN_STRING.xml: Fix typo.
if (nfields != 6) {
fprintf (stderr, _("%s: line %d: invalid line\n"),
Prog, line);
- errors++
+ errors++;
continue;
}
" %s -D [options]\n"
"\n"
"Options:\n"),
- Prog);
+ Prog, Prog, Prog);
(void) fputs (_(" -b, --base-dir BASE_DIR base directory for the home directory of the\n"
" new account\n"), usageout);
(void) fputs (_(" -c, --comment COMMENT GECOS field of the new account\n"), usageout);