help output: more gnu like output
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Jul 2011 20:13:18 +0000 (22:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Jul 2011 20:13:18 +0000 (22:13 +0200)
commit902d3dc33df617d07005755b40019890769943b1
tree3308fb7cf173fc2de73d3e17978aed28e4f2a36c
parentc7a4df16e0b183a68de83c92b0b287439ffa11b6
help output: more gnu like output

First, the -J/--remote-header-name was wrongly sorted in the --help
output as pointed out in bug report #3349271.

Then, I changed the format of the texts to follow the man page better in
that it now uses "-A, --long" intead of "-A/--long". I also made all
additional arguments get written as in "-A, --long FILENAME" instead of
the previous "<filename>" style.

Reported by: Herve Amblard
Bug: http://curl.haxx.se/bug/view.cgi?id=3349271
src/main.c