From: Jim Meyering Date: Wed, 12 May 1999 16:50:54 +0000 (+0000) Subject: (main): Put `u' for -u in getopt_long's string argument. X-Git-Tag: TEXTUTILS-1_22l~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a83986f79542d32f1c263dd2466e17c4c13f3be;p=thirdparty%2Fcoreutils.git (main): Put `u' for -u in getopt_long's string argument. Remove the `R'. --- diff --git a/src/shred.c b/src/shred.c index a7f73c9902..e8b7c8d080 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) {