summaryrefslogtreecommitdiff
path: root/scripts/library/README
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-04-08 15:12:27 -0400
committerDan McGee <dan@archlinux.org>2012-04-24 08:38:36 -0500
commit00ab01e6342b7183d5a16ae57497b19dc1c2c7dc (patch)
tree255ed695cf0ae4655028777d15508f5e891aef30 /scripts/library/README
parente07a2ab45e67e8ee989f9d102051481a35329b09 (diff)
scripts/library: remove parse_options
This is retired, as the two consumers of this function are now using the new parseopts instead. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'scripts/library/README')
-rw-r--r--scripts/library/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/library/README b/scripts/library/README
index f43873f3..c71c0714 100644
--- a/scripts/library/README
+++ b/scripts/library/README
@@ -8,12 +8,6 @@ and can be silenced by defining 'QUIET'. The 'warning' and 'error'
functions print to stderr with the appropriate prefix added to the
message.
-parse_options.sh:
-A getopt replacement to avoids portability issues, in particular the
-lack of long option name support in the default getopt provided by some
-platforms.
-Usage: parse_option $SHORT_OPTS $LONG_OPTS "$@"
-
parseopts.sh:
A getopt_long-like parser which portably supports longopts and shortopts
with some GNU extensions. It does not allow for options with optional