]> granicus.if.org Git - shadow/commitdiff
* src/passwd.c: Fix a typo in the Usage string.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 31 Aug 2008 17:28:39 +0000 (17:28 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 31 Aug 2008 17:28:39 +0000 (17:28 +0000)
ChangeLog
src/passwd.c

index 8ffceab16d3a2b649aa60fef587b1c76bbf967bd..4d9150c26f3de337966f2a697021005c6726f133 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-28  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/passwd.c: Fix a typo in the Usage string.
+
 2008-08-28  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/grpconv.c, src/groups.c: Name the parameters in the
index 8f250883791ff497ca478f23d74b5b957bd32d06..10461d111f67271a610560ea6253d643984cfe4f 100644 (file)
@@ -174,7 +174,7 @@ static void usage (int status)
                 "  -S, --status                  report password status on the named account\n"
                 "  -u, --unlock                  unlock the password of the named account\n"
                 "  -w, --warndays WARN_DAYS      set expiration warning days to WARN_DAYS\n"
-                "  -x, --maxdays MAX_DAYS        set maximim number of days before password\n"
+                "  -x, --maxdays MAX_DAYS        set maximum number of days before password\n"
                 "                                change to MAX_DAYS\n"
                 "\n"), stderr);
        exit (status);