diff mbox

sefcontext_compile: cleanup confusing usage message

Message ID 1474032797-32638-1-git-send-email-jdanis@android.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Janis Danisevskis Sept. 16, 2016, 1:33 p.m. UTC
From: Janis Danisevskis <jdanis@google.com>

Signed-off-by: Janis Danisevskis <jdanis@google.com>
---
 libselinux/utils/sefcontext_compile.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/libselinux/utils/sefcontext_compile.c b/libselinux/utils/sefcontext_compile.c
index 770ec4c..70853e7 100644
--- a/libselinux/utils/sefcontext_compile.c
+++ b/libselinux/utils/sefcontext_compile.c
@@ -267,8 +267,6 @@  static void usage(const char *progname)
 	    "         (PCRE2 only. Compiled PCRE2 regular expressions are\n\t"
 	    "         not portable across architectures. When linked against\n\t"
 	    "         PCRE this flag is ignored)\n\t"
-	    "         Omit precompiled regular expressions (only meaningful\n\t"
-	    "         when using PCRE2 regular expression back-end).\n\t"
 	    "fc_file  The text based file contexts file to be processed.\n",
 	    progname);
 		exit(EXIT_FAILURE);