Promote getopt.

This commit is contained in:
Rob Landley 2024-03-01 21:28:05 -06:00
parent 71f05097a5
commit cc67996f80

View File

@ -8,7 +8,7 @@ USE_GETOPT(NEWTOY(getopt, "^a(alternative)n:(name)o:(options)l*(long)(longoption
config GETOPT config GETOPT
bool "getopt" bool "getopt"
default n default y
help help
usage: getopt [-aTu] [-lo OPTIONS] [-n NAME] [OPTIONS] ARG... usage: getopt [-aTu] [-lo OPTIONS] [-n NAME] [OPTIONS] ARG...