# HG changeset patch # User Franz Glasner # Date 1741540895 -3600 # Node ID 553d6f7309d91ada5389468fe0d275aeaea1930e # Parent 652870b20f9e276a584e882d41121aa56a2ee47a Wording in README.txt diff -r 652870b20f9e -r 553d6f7309d9 README.txt --- a/README.txt Sat Mar 08 04:49:06 2025 +0100 +++ b/README.txt Sun Mar 09 18:21:35 2025 +0100 @@ -9,7 +9,8 @@ :License: BSD 3-Clause "New" or "Revised" License :ID: @(#) $HGid$ -Pure Python implementations of coreutils and some additional utilities. +Pure Python implementations of some (Unix) coreutils and some additional +utilities. Currently implemented: @@ -19,5 +20,5 @@ Additional utilities: - :command:`py-treesum` to compute hash trees for directories. -- :command:`py-genpwd` to generate passwords of a given length and within - different character repertoires. +- :command:`py-genpwd` to generate passwords of a given length and from + within different character repertoires.