summaryrefslogtreecommitdiff
path: root/src/shred.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-12 16:50:54 +0000
committerJim Meyering <jim@meyering.net>1999-05-12 16:50:54 +0000
commit5a83986f79542d32f1c263dd2466e17c4c13f3be (patch)
treeff0c27ad3f8b140814ed3e0b2694112264c0bbb0 /src/shred.c
parent150ca569b5d6fff29c6a6d816f1cad279fc4e4ef (diff)
downloadcoreutils-5a83986f79542d32f1c263dd2466e17c4c13f3be.tar.xz
(main): Put `u' for -u in getopt_long's string argument.
Remove the `R'.
Diffstat (limited to 'src/shred.c')
-rw-r--r--src/shred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index a7f73c990..e8b7c8d08 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)
{