--- ls.c.0	Thu Sep  2 14:53:16 1999
+++ ls.c	Thu Sep  2 14:52:06 1999
@@ -906,7 +906,7 @@
     }
 
   while ((c = getopt_long (argc, argv,
-			   "abcdefghiklmnopqrstuvw:xABCDFGHI:LNQRST:UX1",
+			   "abcdefghiklmnopqrstuvw:xABCDEFGHI:LNQRST:UX1",
 			   long_options, NULL)) != -1)
     {
       switch (c)
@@ -1040,6 +1040,11 @@
 	  dired = 1;
 	  break;
 
+	case 'E':
+	  full_time = 1;
+	  break;
+
+
 	case 'F':
 	  indicator_style = classify;
 	  break;
@@ -2879,7 +2884,7 @@
   -F, --classify             append indicator (one of */=@|) to entries\n\
       --format=WORD          across -x, commas -m, horizontal -x, long -l,\n\
                                single-column -1, verbose -l, vertical -C\n\
-      --full-time            list both full date and full time\n"));
+  -E, --full-time            list both full date and full time\n"));
 
       printf (_("\
   -g                         (ignored)\n\
