index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2009-03-22 17:13:29 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-04-05 21:11:48 -0500 |
commit | 5fcc9ae7f4cb4044ed0a7e4c7b06567256d5f36a (patch) | |
tree | 55e19fd0bfdcc845b043e9271ca3d4b4b8c59130 /src | |
parent | 9519d22df7cef5b5a48a7d1ebee44a9e935e02b7 (diff) |
-rw-r--r-- | src/pacman/pacman.c | 1 |
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 59916d62..14cfdfa1 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -143,6 +143,7 @@ static void usage(int op, const char * const myname) printf(_(" --noprogressbar do not show a progress bar when downloading files\n")); printf(_(" --noscriptlet do not execute the install scriptlet if one exists\n")); printf(_(" -v, --verbose be verbose\n")); + printf(_(" --debug display debug messages\n")); printf(_(" -r, --root <path> set an alternate installation root\n")); printf(_(" -b, --dbpath <path> set an alternate database location\n")); printf(_(" --cachedir <dir> set an alternate package cache location\n")); |