diff options
Diffstat (limited to 'pandoc-cli/lua')
| -rw-r--r-- | pandoc-cli/lua/PandocCLI/Lua.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pandoc-cli/lua/PandocCLI/Lua.hs b/pandoc-cli/lua/PandocCLI/Lua.hs index 282c7a328..08fb53905 100644 --- a/pandoc-cli/lua/PandocCLI/Lua.hs +++ b/pandoc-cli/lua/PandocCLI/Lua.hs @@ -41,8 +41,10 @@ runLuaInterpreter progName args = do where runStandaloneWithHistory histfile = do let settings = Settings - { settingsVersionInfo = "\nEmbedded in pandoc " <> - pandocVersionText + { settingsVersionInfo = + "\nEmbedded in pandoc " <> + pandocVersionText <> + " Copyright (C) 2006-2024 John MacFarlane" , settingsRunner = runner , settingsHistory = Just histfile } |
