summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-05-08 22:30:49 +0200
committerTollef Fog Heen <tfheen@err.no>2010-05-08 22:30:49 +0200
commit02c5f9a2d65d24f11ba4ad9326a259b3b59f14ee (patch)
treefb0be9514da6dbc4ce297f26722b2ec35b5845f5
parentb0fb05420c684dbaf5d8084da5256b945e36acfb (diff)
downloadpkg-config-02c5f9a2d65d24f11ba4ad9326a259b3b59f14ee.tar.gz
Document --list-all option in man page
Present in the --help output, but not the manual...
-rw-r--r--pkg-config.15
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg-config.1 b/pkg-config.1
index 7c029b9..4900371 100644
--- a/pkg-config.1
+++ b/pkg-config.1
@@ -35,7 +35,7 @@ pkg-config \- Return metainformation about installed libraries
[\-\-define-variable=VARIABLENAME=VARIABLEVALUE]
[\-\-uninstalled]
[\-\-exists] [\-\-atleast-version=VERSION] [\-\-exact-version=VERSION]
-[\-\-max-version=VERSION] [LIBRARIES...]
+[\-\-max-version=VERSION] [\-\-list\-all] [LIBRARIES...]
.SH DESCRIPTION
The \fIpkg-config\fP program is used to retrieve information about
@@ -207,6 +207,9 @@ Output libraries suitable for static linking. That means including
any private libraries in the output. This relies on proper tagging in
the .pc files, else a too large number of libraries will ordinarily be
output.
+.TP
+.I "--list-all"
+List all modules found in the \fIpkg-config\fP path.
.\"
.SH ENVIRONMENT VARIABLES
.TP