From: Daan De Meyer Date: Tue, 21 Oct 2025 19:31:29 +0000 (+0200) Subject: nspawn: Add --bind-user-shell= to --help X-Git-Tag: v259-rc1~262^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d5bb4d53a5d002b15d9ff6aa1a0a09597e2074;p=thirdparty%2Fsystemd.git nspawn: Add --bind-user-shell= to --help --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 5de826c44a9..220ae7ec9fc 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -427,6 +427,8 @@ static int help(void) { " --overlay-ro=PATH[:PATH...]:PATH\n" " Similar, but creates a read-only overlay mount\n" " --bind-user=NAME Bind user from host to container\n" + " --bind-user-shell=BOOL|PATH\n" + " Configure the shell to use for --bind-user= users\n" "\n%3$sInput/Output:%4$s\n" " --console=MODE Select how stdin/stdout/stderr and /dev/console are\n" " set up for the container.\n"