libselinux: Change matchpathcon usage to match with matchpathcon manpage

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
Petr Lautrbach 2019-01-31 20:48:24 +01:00 committed by Nicolas Iooss
parent 5689d82a44
commit fdb242ef1b
No known key found for this signature in database
GPG key ID: C191415F340DAAA0

View file

@ -14,7 +14,7 @@
static __attribute__ ((__noreturn__)) void usage(const char *progname)
{
fprintf(stderr,
"usage: %s [-N] [-n] [-f file_contexts] [ -P policy_root_path ] [-p prefix] [-Vq] path...\n",
"usage: %s [-V] [-N] [-n] [-m type] [-f file_contexts_file] [-p prefix] [-P policy_root_path] filepath...\n",
progname);
exit(1);
}