curlコマンドで「Warning: You can only select one HTTP request!」が出る

$ curl --data foo=bar --header "hoge:piyo" http://xxx.xx.jp
Warning: You can only select one HTTP request!

$ curl --data foo=bar -H "hoge:piyo" http://xxx.xx.jp

だとおk。