summaryrefslogtreecommitdiffstats
path: root/sediff/sediff.c
diff options
context:
space:
mode:
Diffstat (limited to 'sediff/sediff.c')
-rw-r--r--sediff/sediff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sediff/sediff.c b/sediff/sediff.c
index 6022775..341c650 100644
--- a/sediff/sediff.c
+++ b/sediff/sediff.c
@@ -420,7 +420,7 @@ int main(int argc, char **argv)
poldiff_t *diff = NULL;
size_t total = 0;
- while ((optc = getopt_long(argc, argv, "ctarubANDLMCRqhV", longopts, NULL)) != -1) {
+ while ((optc = getopt_long(argc, argv, "ctarubAqhV", longopts, NULL)) != -1) {
switch (optc) {
case 0:
break;