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