[Pkg-shadow-commits] r1543 - upstream/trunk/src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Fri Dec 28 22:31:46 UTC 2007


Author: nekral-guest
Date: 2007-12-28 22:31:45 +0000 (Fri, 28 Dec 2007)
New Revision: 1543

Modified:
   upstream/trunk/src/chpasswd.c
Log:
Re-indent.


Modified: upstream/trunk/src/chpasswd.c
===================================================================
--- upstream/trunk/src/chpasswd.c	2007-12-28 22:30:02 UTC (rev 1542)
+++ upstream/trunk/src/chpasswd.c	2007-12-28 22:31:45 UTC (rev 1543)
@@ -73,24 +73,24 @@
 static void usage (void)
 {
 	fprintf (stderr, _("Usage: %s [options]\n"
-			   "\n"
-			   "Options:\n"
-			   "  -c, --crypt-method            the crypt method (one of %s)\n"
-			   "  -e, --encrypted               supplied passwords are encrypted\n"
-			   "  -h, --help                    display this help message and exit\n"
-			   "  -m, --md5                     encrypt the clear text password using\n"
-			   "                                the MD5 algorithm\n"
-			   "%s"
-			   "\n"),
-			 Prog,
+	                   "\n"
+	                   "Options:\n"
+	                   "  -c, --crypt-method            the crypt method (one of %s)\n"
+	                   "  -e, --encrypted               supplied passwords are encrypted\n"
+	                   "  -h, --help                    display this help message and exit\n"
+	                   "  -m, --md5                     encrypt the clear text password using\n"
+	                   "                                the MD5 algorithm\n"
+	                   "%s"
+	                   "\n"),
+	                 Prog,
 #ifndef USE_SHA_CRYPT
-			 "NONE DES MD5", ""
+	                 "NONE DES MD5", ""
 #else
-			 "NONE DES MD5 SHA256 SHA512",
-			 _("  -s, --sha-rounds              number of SHA rounds for the SHA*\n"
-			   "                                crypt algorithms\n")
+	                 "NONE DES MD5 SHA256 SHA512",
+	                 _("  -s, --sha-rounds              number of SHA rounds for the SHA*\n"
+	                   "                                crypt algorithms\n")
 #endif
-			 );
+	                 );
 	exit (E_USAGE);
 }
 




More information about the Pkg-shadow-commits mailing list