aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/getopt.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2019-12-15 12:03:14 -0600
committerRob Landley <rob@landley.net>2019-12-15 12:03:14 -0600
commitd8afb6cb4d21dc00b8ef95f00663f32c65807f22 (patch)
treec64ccd5ac3c563d4e2504837dfc9775f26df2484 /toys/pending/getopt.c
parent7c3881b403da3bc8b0da3c668d00ab9158937e53 (diff)
downloadtoybox-d8afb6cb4d21dc00b8ef95f00663f32c65807f22.tar.gz
Nothing in pending should default y.
Diffstat (limited to 'toys/pending/getopt.c')
-rw-r--r--toys/pending/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/getopt.c b/toys/pending/getopt.c
index 88307153..dcef314b 100644
--- a/toys/pending/getopt.c
+++ b/toys/pending/getopt.c
@@ -6,7 +6,7 @@ USE_GETOPT(NEWTOY(getopt, "^a(alternative)n:(name)o:(options)l*(long)(longoption
config GETOPT
bool "getopt"
- default y
+ default n
help
usage: getopt [OPTIONS] [--] ARG...