Browse Source

jail: fix typo in usage output

'-j' is wrong, it should be '-i' (for _i_mmediately).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle 3 years ago
parent
commit
e40828fa3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jail/jail.c

+ 1 - 1
jail/jail.c

@@ -966,7 +966,7 @@ static void usage(void)
 	fprintf(stderr, "  -E\t\tfail if jail cannot be setup\n");
 	fprintf(stderr, "  -y\t\tprovide jail console\n");
 	fprintf(stderr, "  -J <dir>\tcreate container from OCI bundle\n");
-	fprintf(stderr, "  -j\t\tstart container immediately\n");
+	fprintf(stderr, "  -i\t\tstart container immediately\n");
 	fprintf(stderr, "  -P <pidfile>\tcreate <pidfile>\n");
 	fprintf(stderr, "\nWarning: by default root inside the jail is the same\n\
 and he has the same powers as root outside the jail,\n\