aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index f4dc4989f..22cf7fc8b 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -501,7 +501,7 @@ options =
"FILENAME")
""
- , Option "" ["natbib", "no-citeproc"]
+ , Option "" ["natbib"]
(NoArg
(\opt -> return opt { optCiteMethod = Natbib }))
"" -- "Use natbib cite commands in LaTeX output"