1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(main): Don't reorder options.

This commit is contained in:
Paul Eggert
2004-09-09 00:27:56 +00:00
parent 2ac3c657c6
commit c9a4995265

View File

@@ -1681,7 +1681,7 @@ main (int argc, char **argv)
atexit (close_stdout);
while ((c = getopt_long (argc, argv, "cCdst", long_options, NULL)) != -1)
while ((c = getopt_long (argc, argv, "+cCdst", long_options, NULL)) != -1)
{
switch (c)
{