From 68c25b75ec79f1d02405a9ee1bf59a8c9a571c38 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Fri, 10 Mar 2023 23:14:39 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1b2c6a..0bd9738 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ In order to start a jail automatically after TrueNAS boots, run `/mnt/mypool/jai ./jlmkr.py list ``` -### Delete Jail +### Remove Jail ```shell -./jlmkr.py delete myjail +./jlmkr.py remove myjail ``` For additional commands we can use `machinectl`, `systemctl` and `journalctl` directly. The `jlmkr.py` script does not play a role here.