From 2bca833da0f8cb6a6fc9bfbeff09a89fe49f1f94 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 12 Jul 2007 03:27:24 +0000 Subject: Changed order of options, for aesthetic reasons. git-svn-id: https://pandoc.googlecode.com/svn/trunk@677 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Main.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Main.hs b/src/Main.hs index dcfad2723..3c206755c 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -225,6 +225,11 @@ options = (\opt -> return opt { optNumberSections = True })) "" -- "Number sections in LaTeX" + , Option "" ["toc", "table-of-contents"] + (NoArg + (\opt -> return opt { optTableOfContents = True })) + "" -- "Include table of contents" + , Option "c" ["css"] (ReqArg (\arg opt -> return opt { optCSS = arg, @@ -232,11 +237,6 @@ options = "CSS") "" -- "Link to CSS style sheet" - , Option "" ["toc", "table-of-contents"] - (NoArg - (\opt -> return opt { optTableOfContents = True })) - "" -- "Include table of contents" - , Option "H" ["include-in-header"] (ReqArg (\arg opt -> do -- cgit v1.2.3