diff options
author | John <johnz@posteo.net> | 2018-03-04 13:50:23 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-05-01 17:19:48 +0200 |
commit | 30de6ac857a3e1bb6f1f2e6c876629cd27b6993b (patch) | |
tree | 524fdf46d36afad9abe20198fe9c644da14da40a /README | |
parent | 570ae507196bf615c8f9d05bbb3bd53cf674c874 (diff) | |
download | xtools-30de6ac857a3e1bb6f1f2e6c876629cd27b6993b.tar.gz xtools-30de6ac857a3e1bb6f1f2e6c876629cd27b6993b.tar.xz xtools-30de6ac857a3e1bb6f1f2e6c876629cd27b6993b.zip |
xgensum: add -c switch for generating content checksums
Closes: #90 [via git-merge-pr]
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README index b0ab8ba..1af3e16 100644 --- a/README +++ b/README @@ -35,8 +35,9 @@ COMMANDS xetcchanges – show diff of /etc against binary packages - xgensum [-f] [-i] template – update SHA256 sum in templates + xgensum [-f] [-c] [-i] template – update SHA256 sum in templates -f force (re-)download of distfiles + -c use content checksum -i replace checksum in-place xgrep pattern pkgs ... – search files limited to XBPS package contents |