diff options
author | Rob Landley <rob@landley.net> | 2019-12-15 12:03:14 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-12-15 12:03:14 -0600 |
commit | d8afb6cb4d21dc00b8ef95f00663f32c65807f22 (patch) | |
tree | c64ccd5ac3c563d4e2504837dfc9775f26df2484 /toys/pending | |
parent | 7c3881b403da3bc8b0da3c668d00ab9158937e53 (diff) | |
download | toybox-d8afb6cb4d21dc00b8ef95f00663f32c65807f22.tar.gz |
Nothing in pending should default y.
Diffstat (limited to 'toys/pending')
-rw-r--r-- | toys/pending/getopt.c | 2 |
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... |