mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-09-13 14:17:15 -04:00
The status this flag sets is now called 'Download Pending', so -p / --download-pending is the name the help offers. -n / --not-downloaded keeps working. It is what years of scripts, forum answers and issue comments tell people to run, so breaking it would cost more than the inconsistency is worth. It is hidden from --help so the new name is the only one advertised, and both flags feed one SetPending property that the verb acts on. All three names stay in the 'Download Status' option group, so 'at least one status flag is required' still holds. That error message does enumerate the group, which is the one place the legacy name still surfaces. Co-authored-by: rmcrackan <rmcrackan@gmail.com>