(main): Put `u' for -u in getopt_long's string argument.
authorJim Meyering <jim@meyering.net>
Wed, 12 May 1999 16:50:54 +0000 (16:50 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 12 May 1999 16:50:54 +0000 (16:50 +0000)
Remove the `R'.

src/shred.c

index a7f73c9..e8b7c8d 100644 (file)
@@ -1709,7 +1709,7 @@ main (int argc, char **argv)
   flags.n_iterations = DEFAULT_PASSES;
   flags.size = -1;
 
-  while ((c = getopt_long (argc, argv, "fn:Rs:vxz", long_opts, NULL)) != -1)
+  while ((c = getopt_long (argc, argv, "fn:s:uvxz", long_opts, NULL)) != -1)
     {
       switch (c)
        {