diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-03-22 20:21:15 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-03-26 08:06:00 +0100 |
commit | 25e68fd3974a324289b0a90269c5c5fa900e2ba7 (patch) | |
tree | 40b72522eb4dc26b09bea2c801ca3b341aa03459 /src/nspawn | |
parent | completion/zsh/journalctl: Add --no-hostname (diff) | |
download | systemd-25e68fd3974a324289b0a90269c5c5fa900e2ba7.tar.xz systemd-25e68fd3974a324289b0a90269c5c5fa900e2ba7.zip |
nspawn: minor improvements to --help text
Diffstat (limited to 'src/nspawn')
-rw-r--r-- | src/nspawn/nspawn.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 5ff02130d6..05a74b91fb 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" |