Skip to content

Commit 8d65e13

Browse files
authored
TCR-551: change <file> to /path/to/file so that it is clear for users
1 parent bfe63d2 commit 8d65e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/command_line_interface/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,7 +2324,7 @@ To submit file as false positive (if Imunify360 considers file as a malicious bu
23242324
<div class="notranslate">
23252325

23262326
```
2327-
imunify360-agent submit false-positive --reason <reason> <file>
2327+
imunify360-agent submit false-positive --reason your-reason-text /full/path/to/file
23282328
```
23292329

23302330
</div>
@@ -2338,7 +2338,7 @@ To submit file as false negative (if Imunify360 considers file as a non-maliciou
23382338
<div class="notranslate">
23392339

23402340
```
2341-
imunify360-agent submit false-negative <file>
2341+
imunify360-agent submit false-negative /full/path/to/file
23422342
OK
23432343
```
23442344

0 commit comments

Comments
 (0)