This commit is contained in:
opyale 2020-05-17 03:31:31 +02:00
parent 139fb4bb80
commit 39f0223e59

View File

@ -33,7 +33,7 @@ pipeline:
## FAQ
#### How do I upload multiple files at once?
Since this script uses curl to upload your files, you can use it's corresponding syntax.<br>
Since this script uses **curl** to upload your files, you can use it's corresponding syntax.<br>
An example, taken from the official [documentation](https://curl.haxx.se/docs/manpage.html#-T), would be to pass ``{dogs.png,cats.jpg}`` to ``PLUGIN_FILE``.