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

@ -100,13 +100,13 @@ static void remove_mailbox (void);
static void usage (void)
{
fputs (_("Usage: userdel [options] LOGIN\n"
"\n"
"Options:\n"
" -f, --force force removal of files,\n"
" even if not owned by user\n"
" -h, --help display this help message and exit\n"
" -r, --remove remove home directory and mail spool\n"
"\n"), stderr);
"\n"
"Options:\n"
" -f, --force force removal of files,\n"
" even if not owned by user\n"
" -h, --help display this help message and exit\n"
" -r, --remove remove home directory and mail spool\n"
"\n"), stderr);
exit (E_USAGE);
}