* src/newusers.c: Fix typo.
* src/useradd.c: Likewise.
This commit is contained in:
parent
8fcb361fb8
commit
d3195c6b5f
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user