From: Lennart Poettering Date: Fri, 22 Mar 2019 19:21:15 +0000 (+0100) Subject: nspawn: minor improvements to --help text X-Git-Tag: v242-rc1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25e68fd3974a324289b0a90269c5c5fa900e2ba7;p=thirdparty%2Fsystemd.git nspawn: minor improvements to --help text --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 5ff02130d65..05a74b91fb2 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -285,11 +285,12 @@ static int help(void) { " if missing\n" " -x --ephemeral Run container with snapshot of root directory, and\n" " remove it after exit\n" - " -i --image=PATH File system device or disk image for the container\n" + " -i --image=PATH Root file system disk image (or device node) for\n" + " the container\n" " --oci-bundle=PATH OCI bundle directory\n" " --read-only Mount the root directory read-only\n" " --volatile[=MODE] Run the system in volatile mode\n" - " --root-hash=HASH Specify verity root hash\n" + " --root-hash=HASH Specify verity root hash for root disk image\n" " --pivot-root=PATH[:PATH]\n" " Pivot root to given directory in the container\n\n" "%3$sExecution:%4$s\n"