Fix minot typos.

This commit is contained in:
jcamiel 2022-09-03 00:32:04 +02:00
parent 4c8c03714d
commit 91f7396a6d
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
6 changed files with 27 additions and 22 deletions

View File

@ -599,13 +599,14 @@ hurl - run and test HTTP requests.
**Hurl** is an HTTP client that performs HTTP requests defined in a simple plain text format.
Hurl is very versatile. It enables chaining HTTP requests, capturing values from HTTP responses, and making assertions.
```
```shell
$ hurl session.hurl
```
If no input files are specified, input is read from stdin.
```
```shell
$ echo GET http://httpbin.org/get | hurl
{
"args": {},
@ -625,7 +626,7 @@ $ echo GET http://httpbin.org/get | hurl
Output goes to stdout by default. To have output go to a file, use the [`-o, --output`](#output) option:
```
```shell
$ hurl -o output input.hurl
```
@ -633,7 +634,7 @@ By default, Hurl executes all HTTP requests and outputs the response body of the
To have a test oriented output, you can use [`--test`](#test) option:
```
```shell
$ hurl --test *.hurl
```
@ -710,7 +711,7 @@ Options specified on the command line are defined for every Hurl file's entry.
For instance:
```
```shell
$ hurl --location foo.hurl
```

View File

@ -15,13 +15,14 @@ hurl - run and test HTTP requests.
**Hurl** is an HTTP client that performs HTTP requests defined in a simple plain text format.
Hurl is very versatile. It enables chaining HTTP requests, capturing values from HTTP responses, and making assertions.
```
```shell
$ hurl session.hurl
```
If no input files are specified, input is read from stdin.
```
```shell
$ echo GET http://httpbin.org/get | hurl
{
"args": {},
@ -41,7 +42,7 @@ $ echo GET http://httpbin.org/get | hurl
Output goes to stdout by default. To have output go to a file, use the [`-o, --output`](#output) option:
```
```shell
$ hurl -o output input.hurl
```
@ -49,7 +50,7 @@ By default, Hurl executes all HTTP requests and outputs the response body of the
To have a test oriented output, you can use [`--test`](#test) option:
```
```shell
$ hurl --test *.hurl
```
@ -126,7 +127,7 @@ Options specified on the command line are defined for every Hurl file's entry.
For instance:
```
```shell
$ hurl --location foo.hurl
```

View File

@ -1,4 +1,4 @@
.TH hurl 1 "02 Sep 2022" "hurl 1.7.0-snapshot" " Hurl Manual"
.TH hurl 1 "03 Sep 2022" "hurl 1.7.0-snapshot" " Hurl Manual"
.SH NAME
hurl - run and test HTTP requests.
@ -16,6 +16,7 @@ hurl - run and test HTTP requests.
is an HTTP client that performs HTTP requests defined in a simple plain text format.
Hurl is very versatile. It enables chaining HTTP requests, capturing values from HTTP responses, and making assertions.
$ hurl session.hurl
If no input files are specified, input is read from stdin.

View File

@ -13,13 +13,14 @@ hurl - run and test HTTP requests.
**Hurl** is an HTTP client that performs HTTP requests defined in a simple plain text format.
Hurl is very versatile. It enables chaining HTTP requests, capturing values from HTTP responses, and making assertions.
```
```shell
$ hurl session.hurl
```
If no input files are specified, input is read from stdin.
```
```shell
$ echo GET http://httpbin.org/get | hurl
{
"args": {},
@ -39,7 +40,7 @@ $ echo GET http://httpbin.org/get | hurl
Output goes to stdout by default. To have output go to a file, use the [`-o, --output`](#output) option:
```
```shell
$ hurl -o output input.hurl
```
@ -47,7 +48,7 @@ By default, Hurl executes all HTTP requests and outputs the response body of the
To have a test oriented output, you can use [`--test`](#test) option:
```
```shell
$ hurl --test *.hurl
```
@ -124,7 +125,7 @@ Options specified on the command line are defined for every Hurl file's entry.
For instance:
```
```shell
$ hurl --location foo.hurl
```

View File

@ -1,4 +1,4 @@
.TH hurl 1 "02 Sep 2022" "hurl 1.7.0-snapshot" " Hurl Manual"
.TH hurl 1 "03 Sep 2022" "hurl 1.7.0-snapshot" " Hurl Manual"
.SH NAME
hurlfmt - format Hurl files

View File

@ -599,13 +599,14 @@ hurl - run and test HTTP requests.
**Hurl** is an HTTP client that performs HTTP requests defined in a simple plain text format.
Hurl is very versatile. It enables chaining HTTP requests, capturing values from HTTP responses, and making assertions.
```
```shell
$ hurl session.hurl
```
If no input files are specified, input is read from stdin.
```
```shell
$ echo GET http://httpbin.org/get | hurl
{
"args": {},
@ -625,7 +626,7 @@ $ echo GET http://httpbin.org/get | hurl
Output goes to stdout by default. To have output go to a file, use the [`-o, --output`](#output) option:
```
```shell
$ hurl -o output input.hurl
```
@ -633,7 +634,7 @@ By default, Hurl executes all HTTP requests and outputs the response body of the
To have a test oriented output, you can use [`--test`](#test) option:
```
```shell
$ hurl --test *.hurl
```
@ -710,7 +711,7 @@ Options specified on the command line are defined for every Hurl file's entry.
For instance:
```
```shell
$ hurl --location foo.hurl
```