aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2022-10-30 11:25:28 -0500
committerRob Landley <rob@landley.net>2022-10-30 11:25:28 -0500
commit94c2a5243ce1d2048086b05440f596c8d487cb82 (patch)
treea4a841588e4f15b2065441c891068f9eaa974e06
parent3a88a23df62bd8be2633aeda8f81e42751641d75 (diff)
downloadtoybox-94c2a5243ce1d2048086b05440f596c8d487cb82.tar.gz
Remove redundant longopt variant that's now handled as an abbreviation.
-rw-r--r--toys/posix/date.c2
1 files changed, 1 insertions, 1 deletions
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"