From 8b3e7ea72b1fe0ce9ee314a1d6d204a634cbb084 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 9 Dec 2019 06:36:45 -0800 Subject: [PATCH] ;Shake: consistency tweak in the webmanuals help --- Shake.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shake.hs b/Shake.hs index 9bb8ff059..42148df65 100755 --- a/Shake.hs +++ b/Shake.hs @@ -73,7 +73,7 @@ usage = unlines ,"./Shake.hs (re)compile this script" ,"./Shake commandhelp build help texts for the hledger CLI" ,"./Shake manuals build txt/man/info/web manuals for all packages" - ,"./Shake webmanuals build html manuals (in site/) for all packages" + ,"./Shake webmanuals build web manuals (in site/) for all packages" -- ,"./Shake oldmanuals build old versions of html manuals for all packages" ,"./Shake PKG build a single hledger package and its embedded docs" ,"./Shake build build all hledger packages and their embedded docs"