Skip to content

Commit c0f0c67

Browse files
authored
Merge pull request #92 from IronicBadger/master
Fixes mispelling of MAX_DAYS help text
2 parents 3f1f999 + e91b0f0 commit c0f0c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chage.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static /*@noreturn@*/void usage (int status)
154154
(void) fputs (_(" -l, --list show account aging information\n"), usageout);
155155
(void) fputs (_(" -m, --mindays MIN_DAYS set minimum number of days before password\n"
156156
" change to MIN_DAYS\n"), usageout);
157-
(void) fputs (_(" -M, --maxdays MAX_DAYS set maximim number of days before password\n"
157+
(void) fputs (_(" -M, --maxdays MAX_DAYS set maximum number of days before password\n"
158158
" change to MAX_DAYS\n"), usageout);
159159
(void) fputs (_(" -R, --root CHROOT_DIR directory to chroot into\n"), usageout);
160160
(void) fputs (_(" -W, --warndays WARN_DAYS set expiration warning days to WARN_DAYS\n"), usageout);
@@ -780,7 +780,7 @@ static void get_defaults (/*@null@*/const struct spwd *sp)
780780
* -E set account expiration date (*)
781781
* -I set password inactive after expiration (*)
782782
* -l show account aging information
783-
* -M set maximim number of days before password change (*)
783+
* -M set maximum number of days before password change (*)
784784
* -m set minimum number of days before password change (*)
785785
* -W set expiration warning days (*)
786786
*

0 commit comments

Comments
 (0)