From 02c5f9a2d65d24f11ba4ad9326a259b3b59f14ee Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sat, 8 May 2010 22:30:49 +0200 Subject: Document --list-all option in man page Present in the --help output, but not the manual... --- pkg-config.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1