Fix the minijail0 help
It was referring to the minijail(0) manpage, whereas it should have
referred to the minijail0(1) one.
Bug: None
Test: Saw the new help.
Change-Id: I59ffcafc1f17f5c79310e2a2edd5861ab3780ac8
diff --git a/minijail0.c b/minijail0.c
index 0fdb05a..9bfa776 100644
--- a/minijail0.c
+++ b/minijail0.c
@@ -256,7 +256,7 @@
" -P <dir>: pivot_root(2) to <dir> (implies -v).\n"
" Not compatible with -C.\n"
" --mount-dev, Create a new /dev with a minimal set of device nodes (implies -v).\n"
- " -d: See the minijail(0) man page for the exact set.\n"
+ " -d: See the minijail0(1) man page for the exact set.\n"
" -e[file]: Enter new network namespace, or existing one if |file| is provided.\n"
" -f <file>: Write the pid of the jailed process to <file>.\n"
" -g <group>: Change gid to <group>.\n"