Forráskód Böngészése

Remove redundant longopt variant that's now handled as an abbreviation.

Rob Landley 1 éve
szülő
commit
94c2a5243c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      toys/posix/date.c

+ 1 - 1
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"