From 9a89adf7370ecbb38d0f8faf5ca4cdf07bf25974 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 25 Jun 2024 08:25:33 +0100 Subject: [PATCH] ;tools: Shake cmddocs: improve help --- Shake.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Shake.hs b/Shake.hs index 17f76ea87..0c1a5efee 100755 --- a/Shake.hs +++ b/Shake.hs @@ -66,10 +66,10 @@ usage = ,"./Shake setversion [VER] [PKGS] [-c]" ," update versions in source files to */.version or VER" ," and update */*.cabal files" - -- ,"./Shake flagdocs [-c] update flags in hledger CLI command docs + -- ,"./Shake flagdocs [-c] update flags in hledger CLI command docs" -- ," (run after changing command flags)" - ,"./Shake cmddocs [-c] update hledger CLI command help and docs" - ," (run after changing command flags or docs)" + ,"./Shake cmddocs [-c] update hledger command help (including command flags," + ," but not main flags) after changing command flags/docs)" ,"./Shake mandates update the date shown in some manual formats" ,"./Shake manuals [-c] update all packages' txt/man/info/web manuals" -- ,"./Shake webmanuals update just the web manuals"