aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/time.c b/miscutils/time.c
index d8b8aa0c5..dbc92d12f 100644
--- a/miscutils/time.c
+++ b/miscutils/time.c
@@ -402,6 +402,7 @@ int time_main(int argc UNUSED_PARAM, char **argv)
const char *output_format = default_format;
int opt;
+ opt_complementary = "-1"; /* at least one arg */
/* "+": stop on first non-option */
opt = getopt32(argv, "+vp");
argv += optind;