From 8e9a9b2d952fb9ff01ad7146f40870e5bd8553bd Mon Sep 17 00:00:00 2001 From: akayunov Date: Fri, 3 Dec 2021 11:11:58 +0300 Subject: [PATCH] make `feature` argument for imunify360-agent feature-management enabled/disabled command mandatory It was mistake that this argument was marked as optional so after DEF-18275 it will be marked as mandatory. --- docs/command_line_interface/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/command_line_interface/README.md b/docs/command_line_interface/README.md index 8ac8de709..98dda309b 100644 --- a/docs/command_line_interface/README.md +++ b/docs/command_line_interface/README.md @@ -769,11 +769,16 @@ imunify360-agent feature-management [command] [--optional argument]... |`native`|allows to enable/disable the Native Features Management using WHM/cPanel package extensions| |`show`|allows to show enabled features| -`Optional argument` for the `enable/disable` commands can be one of the following: +The mandatory argument for the `enable/disable` command: | | | |-|-| |`[--feature av]`|enable/disable Malware Cleanup| + +`Optional argument` for the `enable/disable` commands can be one of the following: + +| | | +|-|-| `[--feature proactive]`|enable/disable Proactive Defense| |`[--users [USERS [USERS ...]]]`| specifies the list of users which will be affected, otherwise the default value will be changed|