Re-indent.

This commit is contained in:
nekral-guest
2008-01-24 20:54:42 +00:00
parent 3dd5866244
commit 8c229ea473
9 changed files with 125 additions and 125 deletions

View File

@ -69,13 +69,13 @@ static struct passwd *pwent;
static void usage (void)
{
fputs (_("Usage: lastlog [options]\n"
"\n"
"Options:\n"
" -b, --before DAYS print only lastlog records older than DAYS\n"
" -h, --help display this help message and exit\n"
" -t, --time DAYS print only lastlog records more recent than DAYS\n"
" -u, --user LOGIN print lastlog record of the specified LOGIN\n"
"\n"), stderr);
"\n"
"Options:\n"
" -b, --before DAYS print only lastlog records older than DAYS\n"
" -h, --help display this help message and exit\n"
" -t, --time DAYS print only lastlog records more recent than DAYS\n"
" -u, --user LOGIN print lastlog record of the specified LOGIN\n"
"\n"), stderr);
exit (1);
}