mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 00:30:05 +01:00
basic spacing fixes for help commands
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
console
|
||||
=======
|
||||
|
||||
This sub-command launches a login shell into the container. Default is password-
|
||||
Launch a login shell into the jail. Default is password-
|
||||
less root login.
|
||||
|
||||
.. code-block:: shell
|
||||
@@ -10,15 +10,16 @@ less root login.
|
||||
[folsom]:
|
||||
root@folsom:~ #
|
||||
|
||||
At this point you are logged in to the container and have full shell access. The
|
||||
At this point you are logged in to the jail and have full shell access. The
|
||||
system is yours to use and/or abuse as you like. Any changes made inside the
|
||||
container are limited to the container.
|
||||
jail are limited to the jail.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
ishmael ~ # bastille console help
|
||||
Usage: bastille console [option(s)] TARGET [user]
|
||||
Options:
|
||||
Usage: bastille console [option(s)] TARGET [USER]
|
||||
|
||||
-a | --auto Auto mode. Start/stop jail(s) if required.
|
||||
-x | --debug Enable debug mode.
|
||||
Options:
|
||||
|
||||
-a | --auto Auto mode. Start/stop jail(s) if required.
|
||||
-x | --debug Enable debug mode.
|
||||
Reference in New Issue
Block a user