* src/pwck.c: Remove the -s option from the usage when USE_TCB is

enabled. The option is still supported, but has no effect, as
	documented in the manpage.
This commit is contained in:
nekral-guest 2010-03-18 10:25:08 +00:00
parent 2db82460b1
commit 657271eb04
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@
* src/pwck.c: Document the sections closed by #endif
* src/pwck.c, man/pwck.8.xml: No alternative shadow file can be
given when USE_TCB is enabled.
* src/pwck.c: Remove the -s option from the usage when USE_TCB is
enabled. The option is still supported, but has no effect, as
documented in the manpage.
2010-03-18 Nicolas François <nicolas.francois@centraliens.net>

View File

@ -125,7 +125,7 @@ static void usage (void)
{
#ifdef WITH_TCB
if (getdef_bool ("USE_TCB")) {
fprintf (stderr, _("Usage: %s [-q] [-r] [-s] [passwd]\n"),
fprintf (stderr, _("Usage: %s [-q] [-r] [passwd]\n"),
Prog);
} else
#endif /* WITH_TCB */