From d8afb6cb4d21dc00b8ef95f00663f32c65807f22 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 15 Dec 2019 12:03:14 -0600 Subject: Nothing in pending should default y. --- toys/pending/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/getopt.c') 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... -- cgit v1.2.3