From 9a7ba1ecaba88e06584b30567bd2d71f05277a69 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 7 Jun 2024 06:34:09 -0700 Subject: [PATCH] ;tools: Shake cmdhelp: simplify commit message --- Shake.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shake.hs b/Shake.hs index f723e75fd..0c0568efc 100755 --- a/Shake.hs +++ b/Shake.hs @@ -588,7 +588,7 @@ main = do -- regenerate Hledger/Cli/Commands/*.txt from the .md source files for CLI help phony "cmdhelp" $ do need commandtxts - when commit $ commitIfChanged ";doc: update command help" commandtxts + when commit $ commitIfChanged ";doc: update help" commandtxts commandtxts |%> \out -> do let src = out -<.> "md"