From 392b581dd27699ee1a7c05e7cf22a0e855f1dce0 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:05:26 -0700 Subject: [PATCH] docs: Update convert for new functions --- docs/chapters/subcommands/convert.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/chapters/subcommands/convert.rst b/docs/chapters/subcommands/convert.rst index c2c63e3c..32e5f5d4 100644 --- a/docs/chapters/subcommands/convert.rst +++ b/docs/chapters/subcommands/convert.rst @@ -2,15 +2,22 @@ convert ======= -To convert a thin container to a thick container use `bastille convert`. +Convert a thin jail to a thick jail. .. code-block:: shell ishmael ~ # bastille convert azkaban [azkaban]: + ... -Syntax requires only the target container to convert. +Syntax requires only the target jail to convert. .. code-block:: shell - Usage: bastille convert TARGET + ishmael ~ # bastille convert help + Usage: bastille convert [option(s)] TARGET + + Options: + + -a | --auto Auto mode. Start/stop jail(s) if required. + -x | --debug Enable debug mode.