File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ static /*@noreturn@*/void usage (int status)
154
154
(void ) fputs (_ (" -l, --list show account aging information\n" ), usageout );
155
155
(void ) fputs (_ (" -m, --mindays MIN_DAYS set minimum number of days before password\n"
156
156
" 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"
158
158
" change to MAX_DAYS\n" ), usageout );
159
159
(void ) fputs (_ (" -R, --root CHROOT_DIR directory to chroot into\n" ), usageout );
160
160
(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)
780
780
* -E set account expiration date (*)
781
781
* -I set password inactive after expiration (*)
782
782
* -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 (*)
784
784
* -m set minimum number of days before password change (*)
785
785
* -W set expiration warning days (*)
786
786
*
You can’t perform that action at this time.
0 commit comments