Re-indent.
This commit is contained in:
parent
de239d9b01
commit
1b246725c5
28
src/chage.c
28
src/chage.c
@ -153,20 +153,20 @@ static int isnum (const char *s)
|
|||||||
static void usage (void)
|
static void usage (void)
|
||||||
{
|
{
|
||||||
fputs (_("Usage: chage [options] [LOGIN]\n"
|
fputs (_("Usage: chage [options] [LOGIN]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -d, --lastday LAST_DAY set last password change to LAST_DAY\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"
|
" -E, --expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE\n"
|
||||||
" -h, --help display this help message and exit\n"
|
" -h, --help display this help message and exit\n"
|
||||||
" -I, --inactive INACTIVE set password inactive after expiration\n"
|
" -I, --inactive INACTIVE set password inactive after expiration\n"
|
||||||
" to INACTIVE\n"
|
" to INACTIVE\n"
|
||||||
" -l, --list show account aging information\n"
|
" -l, --list show account aging information\n"
|
||||||
" -m, --mindays MIN_DAYS set minimum number of days before password\n"
|
" -m, --mindays MIN_DAYS set minimum number of days before password\n"
|
||||||
" change to MIN_DAYS\n"
|
" change to MIN_DAYS\n"
|
||||||
" -M, --maxdays MAX_DAYS set maximim number of days before password\n"
|
" -M, --maxdays MAX_DAYS set maximim number of days before password\n"
|
||||||
" change to MAX_DAYS\n"
|
" change to MAX_DAYS\n"
|
||||||
" -W, --warndays WARN_DAYS set expiration warning days to WARN_DAYS\n"
|
" -W, --warndays WARN_DAYS set expiration warning days to WARN_DAYS\n"
|
||||||
"\n"), stderr);
|
"\n"), stderr);
|
||||||
exit (E_USAGE);
|
exit (E_USAGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
10
src/chsh.c
10
src/chsh.c
@ -83,11 +83,11 @@ static void update_shell (const char *user, char *loginsh);
|
|||||||
static void usage (void)
|
static void usage (void)
|
||||||
{
|
{
|
||||||
fputs (_("Usage: chsh [options] [LOGIN]\n"
|
fputs (_("Usage: chsh [options] [LOGIN]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -h, --help display this help message and exit\n"
|
" -h, --help display this help message and exit\n"
|
||||||
" -s, --shell SHELL new login shell for the user account\n"
|
" -s, --shell SHELL new login shell for the user account\n"
|
||||||
"\n"), stderr);
|
"\n"), stderr);
|
||||||
exit (E_USAGE);
|
exit (E_USAGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user