* 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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user