From 25e68fd3974a324289b0a90269c5c5fa900e2ba7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Mar 2019 20:21:15 +0100 Subject: [PATCH] nspawn: minor improvements to --help text --- src/nspawn/nspawn.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"