]> granicus.if.org Git - shadow/commitdiff
* src/pwck.c: Remove the -s option from the usage when USE_TCB is
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 18 Mar 2010 10:25:08 +0000 (10:25 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 18 Mar 2010 10:25:08 +0000 (10:25 +0000)
enabled. The option is still supported, but has no effect, as
documented in the manpage.

ChangeLog
src/pwck.c

index 85ac19d946b6632bfd0b3a4bdd7998752a9ce9d8..6a76fac37ea3b5daac3a4dc7c21c663ea31370e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index f42e16af91ce8f44f411f68139bf376a8bb66b1c..a8b16719bc117c694232fefb8372f4de94d041b5 100644 (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 */