summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'},