]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Re-indent.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 24 Jan 2008 19:24:03 +0000 (19:24 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 24 Jan 2008 19:24:03 +0000 (19:24 +0000)
src/chage.c
src/chsh.c

index d370e99367dacf5057eedeff8f0f876bde2b566d..6591c362e60c0ff0dcad87bd9adfac033efac98d 100644 (file)
@@ -153,20 +153,20 @@ static int isnum (const char *s)
 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);
 }
 
index d63e6a12d98a028382747cc74e8175a18d6520d4..adbf2a8cf3233e6179db312e81ca157c0ee734a9 100644 (file)
@@ -83,11 +83,11 @@ static void update_shell (const char *user, char *loginsh);
 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);
 }