]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Remove spurious colon in getopt spec string.
authorJim Meyering <jim@meyering.net>
Thu, 22 Jun 1995 03:58:21 +0000 (03:58 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Jun 1995 03:58:21 +0000 (03:58 +0000)
From Ken Pizzini <kenp@spry.com>.

src/md5sum.c

index 349bd77384b77ecc02dce792498acacb5b673c5b..1efb2b1c7f76b6ebe96a614d29441598d44347f0 100644 (file)
@@ -259,7 +259,7 @@ main (argc, argv)
   /* Setting values of global variables.  */
   program_name = argv[0];
 
-  while ((opt = getopt_long (argc, argv, "bc:hs::tvV", long_options, NULL))
+  while ((opt = getopt_long (argc, argv, "bc:hs:tvV", long_options, NULL))
         != EOF)
     switch (opt)
       {