mirror of
https://github.com/curl/curl.git
synced 2025-01-06 13:44:52 +08:00
FILEFORMAT.md: mentioned <file[num]> for "client"
They can be used to create more files. Closes #14024
This commit is contained in:
parent
4a512bd3f2
commit
4d58ed2d2c
@ -589,6 +589,15 @@ which is useful if the test case needs a file to act on.
|
||||
If `nonewline="yes"` is used, the created file will have the final newline
|
||||
stripped off.
|
||||
|
||||
### `<file1>`
|
||||
1 to 4 can be appended to 'file' to create more files.
|
||||
|
||||
### `<file2>`
|
||||
|
||||
### `<file3>`
|
||||
|
||||
### `<file4>`
|
||||
|
||||
### `<stdin [nonewline="yes"]>`
|
||||
Pass this given data on stdin to the tool.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user