xiwrap

slightly higher-level container setup utility
git clone https://git.ce9e.org/xiwrap.git

commit
68552383789b1b7c78a0bfa0af3d0ca154dd7a85
parent
19cff3d1b17fd00705ccd80602fec2f7086ab808
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-08-15 05:23
simplify bound help

Diffstat

M xiwrap.py 3 +--

1 files changed, 1 insertions, 2 deletions


diff --git a/xiwrap.py b/xiwrap.py

@@ -20,8 +20,7 @@ The following options are available:
   20    20 --share-ipc             Do not create new ipc namespace.
   21    21 --setenv VAR [VALUE]    Set an environment variable. If VALUE is not provided,
   22    22                         share it from the current environment
   23    -1 --bind SRC [DEST], --bind-try SRC [DEST], --dev-bind SRC [DEST],
   24    -1 --dev-bind-try SRC [DEST], --ro-bind SRC [DEST], --ro-bind-try SRC [DEST]
   -1    23 --[ro-]bind[-try] SRC [DEST], --dev-bind[-try] SRC [DEST]
   25    24                         Bind mount the host path SRC on DEST. If SRC is not
   26    25                         provided, it is the same as DEST. See `man bwrap` for
   27    26                         details.