Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Oct 19, 2019
1 parent 4db3ab4 commit 0803bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ handleTldrOpts TldrOpts {..} = do
fname <- getPagePath npage (getCheckDirs voptions)
case fname of
Just path -> renderPage path stdout
Nothing -> putStrLn ("No tldr entry for " <> npage)
Nothing -> putStrLn ("No tldr entry for " <> (intercalate " " pages))

main :: IO ()
main = do
Expand Down

0 comments on commit 0803bfb

Please sign in to comment.