From e3732fc7038f2618a7c2b3c96ab52effae86f2d2 Mon Sep 17 00:00:00 2001 From: jcamiel Date: Wed, 24 Apr 2024 14:35:01 +0200 Subject: [PATCH] Fix sample typo for --user. --- README.md | 2 +- docs/samples.md | 2 +- packages/hurl/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88dc5c2dd..24a6619f9 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/samples.md b/docs/samples.md index 717e388b7..d13bec448 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -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: diff --git a/packages/hurl/README.md b/packages/hurl/README.md index 3e551ee79..64cf81faa 100644 --- a/packages/hurl/README.md +++ b/packages/hurl/README.md @@ -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: