pacman: sort --help output
commit3a9dec104858a64489b004296d009c8222e7f040
authorXavier Chantry <chantry.xavier@gmail.com>
Thu, 14 Oct 2010 08:02:38 +0000 (14 10:02 +0200)
committerDan McGee <dan@archlinux.org>
Mon, 13 Dec 2010 02:17:38 +0000 (12 20:17 -0600)
tree6b5512fb5be58bde7e2a74767ef1b5c15e65de00
parentc78f5fb99ab7551868b3b2b8cd2b56807d457f59
pacman: sort --help output

Example with pacman -Uh :
$ pacman -Uh
options:
  -b, --dbpath <path>  set an alternate database location
  -d, --nodeps         skip dependency checks
  -f, --force          force install, overwrite conflicting files
  -k, --dbonly         only modify database entries, not package files
  -r, --root <path>    set an alternate installation root
  -v, --verbose        be verbose
      --arch <arch>    set an alternate architecture
      --asdeps         install packages as non-explicitly installed
      --asexplicit     install packages as explicitly installed
      --cachedir <dir> set an alternate package cache location
      --config <path>  set an alternate configuration file
      --debug          display debug messages
      --ignore <pkg>   ignore a package upgrade (can be used more than once)
      --ignoregroup <grp>
                       ignore a group upgrade (can be used more than once)
      --logfile <path> set an alternate log file
      --noconfirm      do not ask for any confirmation
      --noprogressbar  do not show a progress bar when downloading files
      --noscriptlet    do not execute the install scriptlet if one exists
      --print          only print the targets instead of performing the operation
      --print-format <string>
                       specify how the targets should be printed

Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com>
[Dan: small coding style touchups]
Signed-off-by: Dan McGee <dan@archlinux.org>
src/pacman/pacman.c
src/pacman/util.h