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

78f74e
diff -up shadow-4.1.5.1/src/userdel.c.userdel shadow-4.1.5.1/src/userdel.c
78f74e
--- shadow-4.1.5.1/src/userdel.c.userdel	2012-05-25 13:51:55.000000000 +0200
78f74e
+++ shadow-4.1.5.1/src/userdel.c	2014-02-12 11:40:30.707686132 +0100
78f74e
@@ -130,8 +130,9 @@ static void usage (int status)
78f74e
 	                  "\n"
78f74e
 	                  "Options:\n"),
78f74e
 	                Prog);
78f74e
-	(void) fputs (_("  -f, --force                   force removal of files,\n"
78f74e
-	                "                                even if not owned by user\n"),
78f74e
+	(void) fputs (_("  -f, --force                   force some actions that would fail otherwise\n"
78f74e
+			"                                e.g. removal of user still logged in\n"
78f74e
+			"                                or files, even if not owned by the user\n"),
78f74e
 	              usageout);
78f74e
 	(void) fputs (_("  -h, --help                    display this help message and exit\n"), usageout);
78f74e
 	(void) fputs (_("  -r, --remove                  remove home directory and mail spool\n"), usageout);