userdel: clarify "-f" usage

src/userdel.c: clarify the examples for "-f" option
This commit is contained in:
ikerexxe 2021-02-23 12:21:42 +01:00
parent f28660f5dd
commit 0409c91a7f

View File

@ -149,8 +149,9 @@ static void usage (int status)
"\n"
"Options:\n"),
Prog);
(void) fputs (_(" -f, --force force removal of files,\n"
" even if not owned by user\n"),
(void) fputs (_(" -f, --force force some actions that would fail otherwise\n"
" e.g. removal of user still logged in\n"
" or files, even if not owned by the user\n"),
usageout);
(void) fputs (_(" -h, --help display this help message and exit\n"), usageout);
(void) fputs (_(" -r, --remove remove home directory and mail spool\n"), usageout);