diff options
author | Judd Vinet <judd@archlinux.org> | 2005-12-14 03:23:14 +0100 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-12-14 03:23:14 +0100 |
commit | 15689bddbfc37ada11c2d4d5d77997dabf303960 (patch) | |
tree | 1aa05c958ecb6b354569ba695bf790675df408d2 /doc | |
parent | 74d389b7af53a2bb1651b96fc42256e70946ecb3 (diff) | |
download | pacman-15689bddbfc37ada11c2d4d5d77997dabf303960.tar.gz pacman-15689bddbfc37ada11c2d4d5d77997dabf303960.tar.xz |
added Frugalware patch: -Q --foreign to display packages not found in sync repos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.8.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pacman.8.in b/doc/pacman.8.in index a3c93f65..f2b1437e 100644 --- a/doc/pacman.8.in +++ b/doc/pacman.8.in @@ -105,6 +105,10 @@ dependencies, conflicts, etc. List all files in the specified repositories. Multiple repositories can be specified on the command line. .TP +.B "\-m, \-\-foreign" +List all packages that were not found in the sync database(s). Typically these +are packages that were downloading manually and installed with --add. +.TP .B "\-p, \-\-print-uris" Print out URIs for each specified package and its dependencies. These can be piped to a file and downloaded at a later time, using a program |