diff options
| -rw-r--r-- | CHANGELOG | 1 | ||||
| -rw-r--r-- | doc/todo/usage__47__help_text_improvements.mdwn | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,7 @@ propellor (3.2.4) UNRELEASED; urgency=medium * GHC's fileSystemEncoding is used for all String IO, to avoid encoding-related crashes in eg, Propellor.Property.File. * Add --build option to simply build config.hs. + * More informative usage message. Thanks, Daniel Brooks -- Joey Hess <id@joeyh.name> Sat, 24 Dec 2016 15:06:36 -0400 diff --git a/doc/todo/usage__47__help_text_improvements.mdwn b/doc/todo/usage__47__help_text_improvements.mdwn index 8ffca2c0..80fffb3d 100644 --- a/doc/todo/usage__47__help_text_improvements.mdwn +++ b/doc/todo/usage__47__help_text_improvements.mdwn @@ -1 +1,3 @@ I started out looking at how to make usage.mdwn into a man page, but that's a little more work than I wanted to do tonight. Instead, I added more information to the usage message. Commit is fa0e8d83 on iabak:~db48x/propellor if you want it. + +> merged [[done]] tnx --[[Joey]] |
