chore: improve the cli doc to avoid misunderstandings on the command:

This commit is contained in:
Lesage Yann 2023-08-29 11:36:35 +02:00
parent 1ccb66e92a
commit bd670eceb6

View File

@ -21,7 +21,7 @@ This command will run all the requests in your collection. You can also run a si
bru run request.bru
```
Or run all requests in a folder:
Or run all requests in a collection's subfolder:
```bash
bru run folder
```