1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

docs(manual): fix the typo errors in the manual

This commit is contained in:
Zhaohui Mei
2021-08-26 23:53:21 +08:00
committed by Nico Williams
parent 3678822e7f
commit 88116ba76d
2 changed files with 2 additions and 2 deletions

View File

@@ -256,7 +256,7 @@ sections:
This option reads in the named file and binds its contents to the given This option reads in the named file and binds its contents to the given
global variable. If you run jq with `--rawfile foo bar`, then `$foo` is global variable. If you run jq with `--rawfile foo bar`, then `$foo` is
available in the program and has a string whose contents are to the texs available in the program and has a string whose contents are to the texts
in the file named `bar`. in the file named `bar`.
* `--argfile variable-name filename`: * `--argfile variable-name filename`:

View File

@@ -244,7 +244,7 @@ sections:
This option reads in the named file and binds its contents to the given This option reads in the named file and binds its contents to the given
global variable. If you run jq with `--rawfile foo bar`, then `$foo` is global variable. If you run jq with `--rawfile foo bar`, then `$foo` is
available in the program and has a string whose contents are to the texs available in the program and has a string whose contents are to the texts
in the file named `bar`. in the file named `bar`.
* `--argfile variable-name filename`: * `--argfile variable-name filename`: