From c64d80399fd07781e0aeeec084d05238ad5527f8 Mon Sep 17 00:00:00 2001 From: John-Paul Bader Date: Wed, 7 Jan 2015 10:37:25 +0100 Subject: [PATCH] Update commands.md --- commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.md b/commands.md index 5ff5395..f705eaa 100644 --- a/commands.md +++ b/commands.md @@ -155,7 +155,7 @@ ezjail-admin start|stop # start and stop all the jails ezjail-admin start|stop |# start and stop individual jail ezjail-admin list # list all the jails on the host system ezjail-admin console | # open root shell into jail -ezjail-admin create -f exmaple # create a new jail +ezjail-admin create -f exmaple # create a new jail ezjail-admin delete -w hostname # delete the jail (in case you use zfs also delete the volume) ```