Do not use tabulations in Usage strings.

This commit is contained in:
nekral-guest
2007-11-24 22:41:24 +00:00
parent 0e400eae56
commit 6831c45533
27 changed files with 2853 additions and 2650 deletions

View File

@@ -102,9 +102,10 @@ static void usage (void)
fprintf (stderr, _("Usage: userdel [options] LOGIN\n"
"\n"
"Options:\n"
" -f, --force force removal of files, 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"
" -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"));
exit (E_USAGE);
}