diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-04-08 21:12:27 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-24 15:38:36 +0200 |
commit | 00ab01e6342b7183d5a16ae57497b19dc1c2c7dc (patch) | |
tree | 255ed695cf0ae4655028777d15508f5e891aef30 /scripts/library/README | |
parent | e07a2ab45e67e8ee989f9d102051481a35329b09 (diff) | |
download | pacman-00ab01e6342b7183d5a16ae57497b19dc1c2c7dc.tar.gz pacman-00ab01e6342b7183d5a16ae57497b19dc1c2c7dc.tar.xz |
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/README | 6 |
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 |