2018-02-06 10:33:37 +00:00
|
|
|
Index: shadow-4.5/src/userdel.c
|
|
|
|
===================================================================
|
|
|
|
--- shadow-4.5.orig/src/userdel.c
|
|
|
|
+++ shadow-4.5/src/userdel.c
|
|
|
|
@@ -143,8 +143,9 @@ static void usage (int status)
|
2014-02-12 10:43:04 +00:00
|
|
|
"\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"
|
2014-02-12 10:50:55 +00:00
|
|
|
+ " e.g. removal of user still logged in\n"
|
2014-02-12 10:43:04 +00:00
|
|
|
+ " 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);
|