add: don't print an extra newline on exit

even it made things tidier in an emacs shell..
This commit is contained in:
Simon Michael 2014-03-01 11:15:29 -08:00
parent 1051f10826
commit 5d0da63261

View File

@ -72,7 +72,7 @@ add opts j
,esDefDate=today
,esJournal=j
}
getAndAddTransactions es `E.catch` (\(_::UnexpectedEOF) -> putStr "\n")
getAndAddTransactions es `E.catch` (\(_::UnexpectedEOF) -> putStr "")
showHelp = hPutStr stderr $ unlines [
"Any command line arguments will be used as defaults."