Blame SOURCES/shadow-4.1.5.1-userdel-helpfix.patch

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