From a293128eeade0d77382d9fc3920a8d707d2a68e3 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 6 Oct 2024 16:10:28 +0200 Subject: [PATCH] fix #26: show correct usage after clone/create --- src/jaildk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jaildk.sh b/src/jaildk.sh index e48960d..4928ebd 100755 --- a/src/jaildk.sh +++ b/src/jaildk.sh @@ -1131,7 +1131,7 @@ jaildk_clone() { fi bold "To mount the build chroot of the new jail, execute:" - echo "jaildk build $new start" + echo "jaildk build $new -m start" echo bold "To login into the build chroot" echo "jaildk blogin $new"