aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 10d93e36..b22e801c 100644
--- a/options.c
+++ b/options.c
@@ -245,7 +245,7 @@ struct query *ctl; /* option record to be initialized */
break;
case 'n':
case LA_NOREWRITE:
- ctl->rewrite = FLAG_TRUE;
+ ctl->rewrite = FLAG_FALSE;
break;
case 'l':
case LA_LIMIT: