Do not use tabulations in Usage strings.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user