]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Don't reorder options.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Sep 2004 00:27:56 +0000 (00:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Sep 2004 00:27:56 +0000 (00:27 +0000)
src/tr.c

index 4e2fb152ffc8d9562b6ce9db9bb153e1ec905bef..cfa611163137f9fe2a33d2e373686288cf6ae7ba 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -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)
        {