From 18d0e73062cdc1c812c36f68392be426f8301b01 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Wed, 25 Mar 2020 19:45:25 +0100 Subject: [PATCH] Fix shameful camel case used insteadof kebab for Open Graph cards flag --- src/Arguments.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Arguments.hs b/src/Arguments.hs index 81b86b6..45b9bb6 100644 --- a/src/Arguments.hs +++ b/src/Arguments.hs @@ -60,7 +60,7 @@ blogConfig = BlogConfig <*> option filePath 'f' "favicon" "FILE" "path to the image to use for the blog's favicon" <*> option filePath 'H' "head" "FILE" "path to the file to add in the blog's head" <*> option str 'n' "name" "BLOG_NAME" "name of the blog" - <*> switch (short 'O' <> long "openGraphCards" <> help "enable Open Graph cards") + <*> switch (short 'O' <> long "open-graph-cards" <> help "enable Open Graph cards") <*> option filePath 'p' "pages" "DIRECTORY" "relative path to the directory containing the pages within INPUT_DIR" <*> Optparse.option auto (