X Strike Force Xft SVN commit: r115 - in trunk: . debian
Author: branden
Date: 2005-03-31 15:37:22 -0500 (Thu, 31 Mar 2005)
New Revision: 115
Modified:
trunk/debian/changelog
trunk/xft-config.in
Log:
Correct xft-config's usage message:
+ No non-option arguments are allowed.
+ At least one option argument must be specified.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-03-30 07:39:46 UTC (rev 114)
+++ trunk/debian/changelog 2005-03-31 20:37:22 UTC (rev 115)
@@ -6,8 +6,12 @@
Keith Packard as the upstream maintainer, not the upstream author
(upstream now provides an AUTHORS file to clarify the latter).
- -- Branden Robinson <branden@debian.org> Wed, 30 Mar 2005 02:38:52 -0500
+ * Correct xft-config's usage message:
+ + No non-option arguments are allowed.
+ + At least one option argument must be specified.
+ -- Branden Robinson <branden@debian.org> Thu, 31 Mar 2005 15:36:12 -0500
+
xft (2.1.2-6) unstable; urgency=low
* Make package compatible with the XFree86 4.3.0 package reorganization.
Modified: trunk/xft-config.in
===================================================================
--- trunk/xft-config.in 2005-03-30 07:39:46 UTC (rev 114)
+++ trunk/xft-config.in 2005-03-31 20:37:22 UTC (rev 115)
@@ -15,13 +15,14 @@
usage()
{
cat <<EOF
-Usage: xft-config [OPTIONS] [LIBRARIES]
+Usage: xft-config [OPTIONS]
Options:
[--prefix[=DIR]]
[--exec-prefix[=DIR]]
[--version]
[--libs]
[--cflags]
+At least one option must be specified.
EOF
exit $1
}
Reply to: