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

Revert "Fix #705 (--argfile weirdness)"

This reverts commit 3d2ab93b11.
This commit is contained in:
Nicolas Williams
2015-05-29 10:38:08 -05:00
parent 6af7857ccd
commit 89c57f7936
2 changed files with 3 additions and 3 deletions

View File

@@ -215,9 +215,7 @@ sections:
value to the jq program as a predefined variable. If you run jq
with `--argfile foo bar`, then `$foo` is available in the
program and has the value resulting from parsing the content of
the file named `bar`. The file is slurped. That means the
value loaded will be an array of the top-level JSON values found
in the file.
the file named `bar`.
- title: Basic filters
entries: