Clean up the help output.
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 23 Nov 2009 05:39:23 +0000 (05:39 +0000)
committergraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 23 Nov 2009 05:39:23 +0000 (05:39 +0000)
commite304039dd4100d53b3642e175984fddc16cdd332
treee6c9502f0ddf73373cc043297b2cca628a219c3c
parente7f6a9884fa0a2c327e6ef087c176cf2d157667b
Clean up the help output.

 - Don't print long options with a single dash.
 - Don't print commands with an underscore, ensure that it works with a
   dash. e.g. list-installed.
 - No wrapping on an 80 char wide terminal.
 - Incrementing the verbositiy was broken, so remove it.

NOTE: Old commands/options still all work and some commands/options remain
      undocumented.

git-svn-id: http://opkg.googlecode.com/svn/trunk@349 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
libopkg/args.c
libopkg/libopkg.c
libopkg/opkg_cmd.c