【发布时间】:2019-06-12 04:36:13
【问题描述】:
我正在尝试使用 pushover 并收到以下错误:
$ /usr/bin/curl -s \
--form-string "token=mysecrettoken" \
--form-string "user=mysecret user" \
--form-string "hola!" \
https://api.pushover.net/1/messages.json
curl: option --form-string: is badly used here
curl: try 'curl --help' or 'curl --manual' for more information
我做错了什么?
curl --version
curl 7.47.0 (x86_64-pc-linux-gnu)
【问题讨论】: