docs: Update limits for remove command

This commit is contained in:
tschettervictor
2025-03-22 23:52:46 -06:00
committed by GitHub
parent cabae33681
commit d0dd809893

View File

@@ -3,15 +3,19 @@ limits
Set resourse limits for targeted jail(s).
To add a limit, use `bastille limits TARGET add OPTION VALUE`
To clear the limits from the system, use `bastille limits TARGET clear'
To clear the limits, and remove the rctl.conf, use `bastille limits TARGET reset`
To remove a limit, use `bastille limits TARGET remove OPTION`
.. code-block:: shell
ishmael ~ # bastille limits help
Usage: bastille limits [option(s)] TARGET [OPTION VALUE|clear|reset|[list|show] (active)|stats]
Usage: bastille limits [option(s)] TARGET [add OPTION VALUE|remove OPTION|clear|reset|[list|show] (active)|stats]
Example: bastille limits TARGET memoryuse 1G"
Options: