xbps-src: document -Q non-recursiveness

Document in usage that running check with -Q is not recursive,
and running check with -K is recursive.

This behaviour was implemented in #54633.
This commit is contained in:
Gonzalo Tornaría 2025-05-01 11:50:01 -03:00 committed by Andrew J. Hesford
parent 178c47ad95
commit dab8a31a79

View file

@ -231,9 +231,10 @@ $(print_cross_targets)
Variable is split and each word is printed in separate line by default. Variable is split and each word is printed in separate line by default.
In order to print the whole value in one line, append asterisk to variable name. In order to print the whole value in one line, append asterisk to variable name.
-Q Enable running the check stage. -Q Enable running the check stage, for the target package only.
-K Enable running the check stage with longer tests. -K Enable running the check stage with longer tests.
Unlike -Q, this will also run the check stage on built dependencies.
-q Suppress informational output of xbps-src (build output is still printed). -q Suppress informational output of xbps-src (build output is still printed).