From e40828fa3f1122555b22ec59b2df937b721cb92d Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 26 Nov 2020 03:29:45 +0000 Subject: [PATCH] jail: fix typo in usage output '-j' is wrong, it should be '-i' (for _i_mmediately). Signed-off-by: Daniel Golle --- jail/jail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jail/jail.c b/jail/jail.c index 6c55588..5229c4f 100644 --- a/jail/jail.c +++ b/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 \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 \tcreate \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\ -- 2.30.2