summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2002-02-01 15:20:25 +0000
committerjbj <jbj>2002-02-01 15:20:25 +0000
commit0941c9bbc1152b9e4b872ad8b902969668b9ed1f (patch)
tree9f35b40004ded4caffb63f46355df307301ddbc7
parent09bf1909e31405c2b4cd44431082d9a48bf0a839 (diff)
downloadlibpopt-0941c9bbc1152b9e4b872ad8b902969668b9ed1f.tar.gz
- permit args to be hidden within %%__find_{requires,provides}.
- a couple more perl.{prov,req} fiddles.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7fccc83..0b5205b 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ to getopt(3), it contains a number of enhancements, including:
2) popt can parse arbitrary argv[] style arrays while
getopt(2) makes this quite difficult
3) popt allows users to alias command line arguments
- 4) popt provides convience functions for parsting strings
+ 4) popt provides convience functions for parsing strings
into argv[] style arrays
popt is used by rpm, the Red Hat install program, and many other Red Hat