diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-27 09:48:50 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-27 09:48:50 +0200 |
| commit | 33b0c2d99f0336b961c5da5d4dfae9f6dfefd494 (patch) | |
| tree | 90a63c196798dda04879b7948980e62e79102d26 /mkhint | |
| parent | a4f0853ad4f63c2989ca4fd5471310bdb5876217 (diff) | |
| download | mkhintfile-33b0c2d99f0336b961c5da5d4dfae9f6dfefd494.tar.gz mkhintfile-33b0c2d99f0336b961c5da5d4dfae9f6dfefd494.zip | |
docs: document -R <pkg...> named-hint review
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'mkhint')
| -rwxr-xr-x | mkhint | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -52,6 +52,7 @@ Usage: ./mkhint --check [FILE...] Check all (or named) hints for upstream updates ./mkhint --list List hint files ./mkhint --review Review hints matching SBo version, keep/delete each + ./mkhint --review FILE... Review named hints (any version), keep/delete each ./mkhint --clean Remove .bak files from HINT_DIR ./mkhint --no-dl --hintfile FILE Update hint, skip downloads, add NODOWNLOAD=yes ./mkhint --no-dl --new FILE Create hint with NODOWNLOAD=yes @@ -62,7 +63,7 @@ Options: --hintfile, -f FILE Path to existing hint file (required with --version) --new, -n FILE Create new hint file (required with --version or standalone) --list, -l List all hint files in the default directory - --review, -R Review hints whose version matches the SBo .info; diff + keep/delete + --review, -R [FILE...] Review hints; no args = matched only, FILE... = named hints (any version) --clean, -c Remove all .bak files from HINT_DIR --check, -C [FILE...] Check hints for upstream updates via nvchecker, update interactively --delete, -d FILE Delete a hint file (and .bak if present) |
