* src/newusers.c: Fix typo.

* src/useradd.c: Likewise.
This commit is contained in:
nekral-guest 2011-10-18 20:13:37 +00:00
parent 8fcb361fb8
commit d3195c6b5f
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -891,7 +891,7 @@ int main (int argc, char **argv)
if (nfields != 6) {
fprintf (stderr, _("%s: line %d: invalid line\n"),
Prog, line);
errors++
errors++;
continue;
}

View File

@ -699,7 +699,7 @@ static void usage (int status)
" %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);