diff --git a/docs/chapters/boot-and-priority.rst b/docs/chapters/boot-and-priority.rst index 343d5539..811f7d60 100644 --- a/docs/chapters/boot-and-priority.rst +++ b/docs/chapters/boot-and-priority.rst @@ -14,6 +14,8 @@ the ``--no-boot`` flag. See ``bastille create --no-boot TARGET...``. This value can also be changed using ``bastille config TARGET boot [on|off]``. +This value will be shown using ``bastille list all``. + Priority -------- @@ -23,4 +25,6 @@ and stopped. When jails are created with Bastille, this value defaults to ``99``, but can be overridden with ``-p|--priority VALUE`` on creation. See ``bastille create -p 90 TARGET...``. -This value can also be changed using ``bastille config TARGET priority VALUE``. \ No newline at end of file +This value can also be changed using ``bastille config TARGET priority VALUE``. + +This value will be shown using ``bastille list all``.