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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Thu Jan 24 19:24:04 UTC 2008


Author: nekral-guest
Date: 2008-01-24 19:24:03 +0000 (Thu, 24 Jan 2008)
New Revision: 1739

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


Modified: upstream/trunk/src/chage.c
===================================================================
--- upstream/trunk/src/chage.c	2008-01-24 18:39:05 UTC (rev 1738)
+++ upstream/trunk/src/chage.c	2008-01-24 19:24:03 UTC (rev 1739)
@@ -153,20 +153,20 @@
 static void usage (void)
 {
 	fputs (_("Usage: chage [options] [LOGIN]\n"
-	                   "\n"
-	                   "Options:\n"
-	                   "  -d, --lastday LAST_DAY        set last password change to LAST_DAY\n"
-	                   "  -E, --expiredate EXPIRE_DATE  set account expiration date to EXPIRE_DATE\n"
-	                   "  -h, --help                    display this help message and exit\n"
-	                   "  -I, --inactive INACTIVE       set password inactive after expiration\n"
-	                   "                                to INACTIVE\n"
-	                   "  -l, --list                    show account aging information\n"
-	                   "  -m, --mindays MIN_DAYS        set minimum number of days before password\n"
-	                   "                                change to MIN_DAYS\n"
-	                   "  -M, --maxdays MAX_DAYS        set maximim number of days before password\n"
-	                   "                                change to MAX_DAYS\n"
-	                   "  -W, --warndays WARN_DAYS      set expiration warning days to WARN_DAYS\n"
-	                   "\n"), stderr);
+	         "\n"
+	         "Options:\n"
+	         "  -d, --lastday LAST_DAY        set last password change to LAST_DAY\n"
+	         "  -E, --expiredate EXPIRE_DATE  set account expiration date to EXPIRE_DATE\n"
+	         "  -h, --help                    display this help message and exit\n"
+	         "  -I, --inactive INACTIVE       set password inactive after expiration\n"
+	         "                                to INACTIVE\n"
+	         "  -l, --list                    show account aging information\n"
+	         "  -m, --mindays MIN_DAYS        set minimum number of days before password\n"
+	         "                                change to MIN_DAYS\n"
+	         "  -M, --maxdays MAX_DAYS        set maximim number of days before password\n"
+	         "                                change to MAX_DAYS\n"
+	         "  -W, --warndays WARN_DAYS      set expiration warning days to WARN_DAYS\n"
+	         "\n"), stderr);
 	exit (E_USAGE);
 }
 

Modified: upstream/trunk/src/chsh.c
===================================================================
--- upstream/trunk/src/chsh.c	2008-01-24 18:39:05 UTC (rev 1738)
+++ upstream/trunk/src/chsh.c	2008-01-24 19:24:03 UTC (rev 1739)
@@ -83,11 +83,11 @@
 static void usage (void)
 {
 	fputs (_("Usage: chsh [options] [LOGIN]\n"
-	                   "\n"
-	                   "Options:\n"
-	                   "  -h, --help                    display this help message and exit\n"
-	                   "  -s, --shell SHELL             new login shell for the user account\n"
-	                   "\n"), stderr);
+	         "\n"
+	         "Options:\n"
+	         "  -h, --help                    display this help message and exit\n"
+	         "  -s, --shell SHELL             new login shell for the user account\n"
+	         "\n"), stderr);
 	exit (E_USAGE);
 }
 




More information about the Pkg-shadow-commits mailing list