Fix shameful camel case used insteadof kebab for Open Graph cards flag
This commit is contained in:
parent
39a8a3865c
commit
18d0e73062
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue