aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7780cb6e..88307153 100644
--- a/toys/pending/getopt.c
+++ b/toys/pending/getopt.c
@@ -2,7 +2,7 @@
*
* Copyright 2019 The Android Open Source Project
-USE_GETOPT(NEWTOY(getopt, "^(alternative)a(name)n:(options)o:(long)(longoptions)l*Tu", TOYFLAG_USR|TOYFLAG_BIN))
+USE_GETOPT(NEWTOY(getopt, "^a(alternative)n:(name)o:(options)l*(long)(longoptions)Tu", TOYFLAG_USR|TOYFLAG_BIN))
config GETOPT
bool "getopt"