1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 23:21:22 +03:00

nspawn: minor improvements to --help text

This commit is contained in:
Lennart Poettering 2019-03-22 20:21:15 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent a505736536
commit 25e68fd397

View File

@ -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"