我正在尝试使用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)