From: Daniel Golle Date: Thu, 26 Nov 2020 03:29:45 +0000 (+0000) Subject: jail: fix typo in usage output X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e40828fa3f1122555b22ec59b2df937b721cb92d;p=project%2Fprocd.git jail: fix typo in usage output '-j' is wrong, it should be '-i' (for _i_mmediately). Signed-off-by: Daniel Golle --- 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\