Skip to content

Commit 030530c

Browse files
authored
Merge pull request #109 from a2u/patch-2
2 parents 9fe0369 + 50de5e2 commit 030530c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/command_line_interface/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,13 +1305,24 @@ where PATHS are the absolute paths to files or folders divided by a whitespace.
13051305
|<span class="notranslate">`cleanup`</span>|clean up infected ITEMS for a USER|
13061306
|<span class="notranslate">`cleanup-all`</span>|clean up all files that have been detected as infected for all users|
13071307
|<span class="notranslate">`restore-original`</span>|restore the original (malicious/infected) file to its original location|
1308+
|<span class="notranslate">`diff`</span>|get difference between infected and cleaned file|
13081309
|<span class="notranslate">`list`</span>|list malicious/infected files|
13091310
|<span class="notranslate">`move-to-ignore`</span>|move a <span class="notranslate">Malicious List</span> entry to the (malware) <span class="notranslate">Ignore List</span>|
13101311
|<span class="notranslate">`remove-from-list`</span>|remove malicious/infected files from the <span class="notranslate">Malicious List</span>|
13111312
|<span class="notranslate">`restore-from-backup`</span>|restore a clean version of infected file from backup|
13121313
|<span class="notranslate">`restore-from-quarantine`</span>|<b>deprecated in ver. 5.9.</b> Restore a quarantined file. The file will be automatically re-scanned|
13131314

13141315

1316+
The optional arguments for <span class="notranslate">`malicious diff`</span> are:
1317+
1318+
| | |
1319+
|-|-|
1320+
|<span class="notranslate">`--id ID`</span>|specific file by ID. IDs be obtained via `malware malicious list`|
1321+
|<span class="notranslate">`--user USER`</span>|admins can filter results by user. Users can only see their own files|
1322+
|<span class="notranslate">`--json`</span>|return data in JSON format. |
1323+
|<span class="notranslate">`--verbose, -v`</span>||
1324+
1325+
13151326
<span class="notranslate">`action`</span> is the second positional argument for <span class="notranslate">`on-demand`</span> and can be one of the following:
13161327

13171328
| | |

0 commit comments

Comments
 (0)