summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-29 15:22:16 +0000
committerJim Meyering <jim@meyering.net>2000-02-29 15:22:16 +0000
commitfc1d2abff13e069594341bb74600058c3ed7280e (patch)
tree378ca9ba985a6cc02fb997f91ff3a4fd568bc960 /src/ls.c
parent8078034c5b7b6c30156fccac419f1c545677b8cd (diff)
downloadcoreutils-fc1d2abff13e069594341bb74600058c3ed7280e.tar.xz
(decode_switches): Remove `e' from getopt_long's list of
option characters. Reported by John Summerfield.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ls.c b/src/ls.c
index 692b4483e..740598ebf 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -1,5 +1,5 @@
/* `dir', `vdir' and `ls' directory listing programs for GNU.
- Copyright (C) 85, 88, 90, 91, 1995-1999 Free Software Foundation, Inc.
+ Copyright (C) 85, 88, 90, 91, 1995-2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -981,7 +981,7 @@ decode_switches (int argc, char **argv)
}
while ((c = getopt_long (argc, argv,
- "abcdefghiklmnopqrstuvw:xABCDFGHI:LNQRST:UX1",
+ "abcdfghiklmnopqrstuvw:xABCDFGHI:LNQRST:UX1",
long_options, NULL)) != -1)
{
switch (c)