From d0dd809893e759754b2a58175f638234a5a67fee Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 22 Mar 2025 23:52:46 -0600 Subject: [PATCH] docs: Update limits for remove command --- docs/chapters/subcommands/limits.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/chapters/subcommands/limits.rst b/docs/chapters/subcommands/limits.rst index e672eeef..b2adc7e4 100644 --- a/docs/chapters/subcommands/limits.rst +++ b/docs/chapters/subcommands/limits.rst @@ -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: