From fa4b9c08ef31f8e6a6d1ea4e6929dd390025243c Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 1 Apr 2025 09:20:24 +0200 Subject: [PATCH] fix documentation issue #35: do not recommend invalid command line --- src/jaildk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jaildk.sh b/src/jaildk.sh index cd331fd..f914ad1 100755 --- a/src/jaildk.sh +++ b/src/jaildk.sh @@ -1,6 +1,6 @@ #!/bin/sh -version=2.0.3 +version=2.0.4 # this will be completed during build. Don't touch it, just execute # make and use the resulting script! @@ -1155,7 +1155,7 @@ jaildk_clone() { # FIXME: possibly not needed! see comment in jaildk_create() # jail=$new bold "To mount the build chroot of the new jail, execute:" - echo "jaildk build $new start -b $base -v $newversion" + echo "jaildk build $new -m start -b $base -v $newversion" fi }