Merge pull request #311 from ikerexxe/upstream_userdel_clarification
userdel: clarify "-f" usage
This commit is contained in:
commit
f4cbf38ad7
@ -149,8 +149,9 @@ static void usage (int status)
|
|||||||
"\n"
|
"\n"
|
||||||
"Options:\n"),
|
"Options:\n"),
|
||||||
Prog);
|
Prog);
|
||||||
(void) fputs (_(" -f, --force force removal of files,\n"
|
(void) fputs (_(" -f, --force force some actions that would fail otherwise\n"
|
||||||
" even if not owned by user\n"),
|
" e.g. removal of user still logged in\n"
|
||||||
|
" or files, even if not owned by the user\n"),
|
||||||
usageout);
|
usageout);
|
||||||
(void) fputs (_(" -h, --help display this help message and exit\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);
|
(void) fputs (_(" -r, --remove remove home directory and mail spool\n"), usageout);
|
||||||
|
Loading…
Reference in New Issue
Block a user