From adcc2f0aa9b06d5ee95750499f9e1e400da9b522 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 2 Sep 2021 11:30:51 -0400 Subject: [PATCH] Add some usage to the volume flag for now '-' --- imgutil/imgutil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgutil/imgutil b/imgutil/imgutil index 679f1290..f9f20cf1 100644 --- a/imgutil/imgutil +++ b/imgutil/imgutil @@ -617,7 +617,7 @@ def main(): buildp.add_argument('-v', '--volume', help='Directory to make available in the build environment. -v / will ' 'cause it to be mounted in image as /run/external/, -v /:/run/root ' - 'will override the target to be /run/root', action='append') + 'will override the target to be /run/root, and something like /var/lib/repository:- will cause it to mount to the identical path inside the image', action='append') buildp.add_argument('scratchdir', help='Directory to build new diskless root in') execp = sps.add_parser('exec', help='Start specified scratch directory as container') execp.add_argument('-v', '--volume',