libselinux: Change matchpathcon usage to match with matchpathcon manpage
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
parent
5689d82a44
commit
fdb242ef1b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue