doc: argument files: fix cookbook link

[ci skip]
This commit is contained in:
Simon Michael 2017-10-31 12:41:05 -07:00
parent 676eb6e1a2
commit 419395e3d5

View File

@ -37,7 +37,7 @@ which are often a [query](#queries), filtering the data in some way.
You can save a set of command line options/arguments in a file, one per line,
and then reuse them by writing `@FILENAME` in a command line.
To prevent this expansion of `@`-arguments, precede them with a `--` argument.
For more, see [Save frequently used options](argsfiles.html).
For more, see [Save frequently used options](argfiles.html).
## Special characters