diff --git a/debian/wx-config.1 b/debian/wx-config.1 index d9be63587c..b14e941f06 100644 --- a/debian/wx-config.1 +++ b/debian/wx-config.1 @@ -70,6 +70,11 @@ Output the wxWidgets version number in all its glory. .TP 15 .B \-\-basename Output the base name of the wxWidgets libraries. +.TP 15 +.B \-\-selected-config +Output the signature of the selected wxWidgets library. +This is a string of the form "port-unicode-release-version". + .SS Feature options These options select features which determine which wxWidgets diff --git a/wx-config.in b/wx-config.in index cf3a6b9dc5..1743d670ea 100755 --- a/wx-config.in +++ b/wx-config.in @@ -44,29 +44,29 @@ usage() cat 1>&2 <