From a02ccf43371770407b0d6df7630cbfe7e7a91dab Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 1 Mar 2025 13:16:21 -0700 Subject: [PATCH] Update stop.rst --- docs/chapters/subcommands/stop.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/chapters/subcommands/stop.rst b/docs/chapters/subcommands/stop.rst index 3ee7e507..4642d035 100644 --- a/docs/chapters/subcommands/stop.rst +++ b/docs/chapters/subcommands/stop.rst @@ -1,4 +1,3 @@ -==== stop ==== @@ -9,3 +8,12 @@ To stop a container you can use the `bastille stop` command. ishmael ~ # bastille stop folsom [folsom]: folsom: removed + +.. code-block:: shell + + ishmael ~ # bastille stop help + Usage: bastille stop [option(s)] TARGET + Options: + + -v | --verbose Print every action on jail stop. + -x | --debug Enable debug mode.