summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-09-25 22:37:54 +0000
committerJim Meyering <jim@meyering.net>2000-09-25 22:37:54 +0000
commit8879e63deebd62a89ef3bf1020c1b9ff2168c945 (patch)
tree0be60c61da7f642241f0263cadff2a773cefb76d /src
parent1a37445686322e64d102019e44cd1cdfefe5b599 (diff)
downloadcoreutils-8879e63deebd62a89ef3bf1020c1b9ff2168c945.tar.xz
(long_opts): --exact doesn't take an argument.
Diffstat (limited to 'src')
-rw-r--r--src/shred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index 42a36ed15..c523d097b 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -438,7 +438,7 @@ struct Options
static struct option const long_opts[] =
{
- {"exact", required_argument, NULL, 'x'},
+ {"exact", no_argument, NULL, 'x'},
{"force", no_argument, NULL, 'f'},
{"iterations", required_argument, NULL, 'n'},
{"size", required_argument, NULL, 's'},