From 94c2a5243ce1d2048086b05440f596c8d487cb82 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 30 Oct 2022 11:25:28 -0500 Subject: [PATCH] Remove redundant longopt variant that's now handled as an abbreviation. --- toys/posix/date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/posix/date.c b/toys/posix/date.c index 99a41695..099064f0 100644 --- a/toys/posix/date.c +++ b/toys/posix/date.c @@ -7,7 +7,7 @@ * Note: setting a 2 year date is 50 years back/forward from today, * not posix's hardwired magic dates. -USE_DATE(NEWTOY(date, "d:D:I(iso)(iso-8601):;r:s:u(utc)[!dr]", TOYFLAG_BIN)) +USE_DATE(NEWTOY(date, "d:D:I(iso-8601):;r:s:u(utc)[!dr]", TOYFLAG_BIN)) config DATE bool "date" -- 2.39.2