diff options
author | classabbyamp <void@placeviolette.net> | 2023-10-31 00:12:08 -0400 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-11-02 14:35:10 +0100 |
commit | f10e139eb1c619ce781df0cc692353a21ec50d0d (patch) | |
tree | 0b3160b06028ed34a9da1676a02ee17077eec864 /README | |
parent | 87845f52f18e1dedc963f1c7a86b33f3248d21fe (diff) | |
download | xtools-f10e139eb1c619ce781df0cc692353a21ec50d0d.tar.gz xtools-f10e139eb1c619ce781df0cc692353a21ec50d0d.tar.xz xtools-f10e139eb1c619ce781df0cc692353a21ec50d0d.zip |
xgensum: allow gensumming multiple templates
this should allow xgensum to checksum multiple templates at once, hopefully keeping everything isolated between template sources too exit code now counts the number of templates with errors
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index d481f27..dff0baa 100644 --- a/README +++ b/README @@ -51,7 +51,7 @@ COMMANDS xetcchanges – show diff of /etc against binary packages - xgensum [-f] [-c] [-i] [-H hostdir] template + xgensum [-f] [-c] [-i] [-H hostdir] templates ... – update SHA256 sum in templates -f force (re-)download of distfiles -c use content checksum |