mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c8df88ddad
Do the same for pkg-descr files. Approved by: markm
14 lines
510 B
Plaintext
14 lines
510 B
Plaintext
Module Getopt::Long implements an extended getopt function called
|
|
GetOptions(). This function implements the POSIX standard for command
|
|
line options, with GNU extensions, while still capable of handling the
|
|
traditional one-letter options.
|
|
|
|
In general, this means that command line options can have long names
|
|
instead of single letters, and are introduced with a double dash `--'.
|
|
|
|
Optionally, Getopt::Long can support the traditional bundling of
|
|
single-letter command line options.
|
|
|
|
-Anton
|
|
<tobez@FreeBSD.org>
|