[Pkg-shadow-commits] r2319 - in upstream/trunk: . src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Aug 31 17:28:40 UTC 2008


Author: nekral-guest
Date: 2008-08-31 17:28:39 +0000 (Sun, 31 Aug 2008)
New Revision: 2319

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/passwd.c
Log:
	* src/passwd.c: Fix a typo in the Usage string.

Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-08-31 17:28:30 UTC (rev 2318)
+++ upstream/trunk/ChangeLog	2008-08-31 17:28:39 UTC (rev 2319)
@@ -1,5 +1,9 @@
 2008-08-28  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/passwd.c: Fix a typo in the Usage string.
+
+2008-08-28  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* src/grpconv.c, src/groups.c: Name the parameters in the
 	prototypes of the static functions.
 	* src/grpconv.c, src/grpunconv.c, src/logoutd.c: Fail if

Modified: upstream/trunk/src/passwd.c
===================================================================
--- upstream/trunk/src/passwd.c	2008-08-31 17:28:30 UTC (rev 2318)
+++ upstream/trunk/src/passwd.c	2008-08-31 17:28:39 UTC (rev 2319)
@@ -174,7 +174,7 @@
 	         "  -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);




More information about the Pkg-shadow-commits mailing list