Skip to content

Commit 8856fdb

Browse files
authored
TCR-551: change <file> to /path/to/file so that it is clear for users (ImunifyAV section)
1 parent 8d65e13 commit 8856fdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/imunifyav/cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ To submit file as false positive for analysis (if ImunifyAV considers file as a
902902
<div class="notranslate">
903903

904904
```
905-
imunify-antivirus submit false-positive <file>
905+
imunify-antivirus submit false-positive /full/path/to/file
906906
```
907907

908908
</div>
@@ -912,7 +912,7 @@ To submit file as false negative for analysis (if ImunifyAV considers file as a
912912
<div class="notranslate">
913913

914914
```
915-
imunify-antivirus submit false-negative <file>
915+
imunify-antivirus submit false-negative /full/path/to/file
916916
```
917917

918918
</div>

0 commit comments

Comments
 (0)