]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: Add --bind-user-shell= to --help
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 21 Oct 2025 19:31:29 +0000 (21:31 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 22 Oct 2025 14:42:46 +0000 (16:42 +0200)
src/nspawn/nspawn.c

index 5de826c44a9aa9ce4ce82b0be41894913b7d8278..220ae7ec9fc4956c5ff92e1141fbb920d2324787 100644 (file)
@@ -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"