Skip to content

Commit fe9a3b8

Browse files
authored
docs: extra curl args quote escaping
closes #18
1 parent 96276f4 commit fe9a3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ wget $(tusc -H 0:1080 -f ww.mp4 -L -S -C | cut -c 6-999) -O ww.mp4.1
9090

9191
If your tusd server requires special header or token for auth, just pass in `[curl args]`:
9292
```sh
93-
tusc -H 0:1080 -f ww.mp4 -b /store/ -- -H 'Authorization: Bearer <token>'
93+
tusc -H 0:1080 -f ww.mp4 -b /store/ -- -H "'Authorization: Bearer <token>'" -H "'x-key: value'"
9494
```
9595

9696
In fact you can pass in anything after `--` as extra curl parameter.

0 commit comments

Comments
 (0)