Fix sample typo for --user.

This commit is contained in:
jcamiel 2024-04-24 14:35:01 +02:00 committed by hurl-bot
parent 733e6a2426
commit e3732fc703
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
3 changed files with 3 additions and 3 deletions

View File

@ -366,7 +366,7 @@ Basic authentication section allows per request authentication. If you want to a
requests of a Hurl file you could use [`-u/--user` option]:
```shell
$ hurl --user bob=secret login.hurl
$ hurl --user bob:secret login.hurl
```
[`--user`] option can also be set per request:

View File

@ -108,7 +108,7 @@ Basic authentication section allows per request authentication. If you want to a
requests of a Hurl file you could use [`-u/--user` option]:
```shell
$ hurl --user bob=secret login.hurl
$ hurl --user bob:secret login.hurl
```
[`--user`] option can also be set per request:

View File

@ -358,7 +358,7 @@ Basic authentication section allows per request authentication. If you want to a
requests of a Hurl file you could use [`-u/--user` option]:
```shell
$ hurl --user bob=secret login.hurl
$ hurl --user bob:secret login.hurl
```
[`--user`] option can also be set per request: