From 5a83986f79542d32f1c263dd2466e17c4c13f3be Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 12 May 1999 16:50:54 +0000 Subject: [PATCH] (main): Put `u' for -u in getopt_long's string argument. Remove the `R'. --- src/shred.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shred.c b/src/shred.c index a7f73c9..e8b7c8d 100644 --- a/src/shred.c +++ b/src/shred.c @@ -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) { -- 2.7.4