sefcontext_compile: cleanup confusing usage message

Signed-off-by: Janis Danisevskis <jdanis@google.com>
This commit is contained in:
Janis Danisevskis 2016-09-16 14:33:17 +01:00 committed by Stephen Smalley
parent e2d54e52bc
commit 6ff294a002

View File

@ -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);