Skip to content

Commit 2b025fe

Browse files
committed
Modify cli report info message.
1 parent de28d70 commit 2b025fe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Hledger/Flow/Reports.hs

+2-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ generateReports opts = Turtle.sh (
4545

4646
generateReports' :: RuntimeOptions -> TChan FlowTypes.LogMessage -> IO [Either TurtlePath TurtlePath]
4747
generateReports' opts ch = do
48-
let wipMsg = "Report generation is still a work-in-progress - please let me know how this can be more useful.\n\n"
49-
<> "Keep an eye out for report-related pull requests and issues, and feel free to submit some of your own:\n"
50-
<> "https://github.com/apauley/hledger-flow/pulls\n"
51-
<> "https://github.com/apauley/hledger-flow/issues\n"
48+
let wipMsg = "These reports can be used as a starting point for more tailored reports.\n"
49+
<> "The first line of each report contains the command used - change the parameters and use it in your own reports.\n"
5250
channelOutLn ch wipMsg
5351
owners <- Turtle.single $ shellToList $ listOwners opts
5452
ledgerEnvValue <- Turtle.need "LEDGER_FILE" :: IO (Maybe T.Text)

0 commit comments

Comments
 (0)