diff options
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 /doc/pacman.8.txt | |
parent | 9519d22df7cef5b5a48a7d1ebee44a9e935e02b7 (diff) | |
download | pacman-5fcc9ae7f4cb4044ed0a7e4c7b06567256d5f36a.tar.xz |
Document --debug
After some irc/forum experiences, I decided to document this option.
However, I left the debug-level undocumented (--debug=2).
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman.8.txt')
-rw-r--r-- | doc/pacman.8.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index c5748724..95880a25 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -124,9 +124,13 @@ Options command line or in linkman:pacman.conf[5], their default location will be inside this root path. -*-v, --verbose*:: +*-v, \--verbose*:: Output paths such as as the Root, Conf File, DB Path, Cache Dirs, etc. +*\--debug*:: + Display debug messages. When reporting bugs, this option is recommended + to be used. + *\--cachedir* <'dir'>:: Specify an alternative package cache location (a typical default is ``/var/cache/pacman/pkg''). Multiple cache directories can be specified, |