Update list_payload_in_pkg help message regarding Apple's xargs 255 byte limitation (#58202)

This commit is contained in:
Yvo Mulder
2019-01-31 21:17:39 +00:00
committed by Vítor Galvão
parent 39f2ee19c6
commit 5832dafe7f
+7
View File
@@ -114,6 +114,13 @@ no guarantee that the output is exact.
If a given file is already installed, it will be followed by
a plus symbol '(+)' in the output.
Note that Apple's xargs utility has a limitation of processing
up to 255 bytes. Therefore long payload paths might be printed
as '{}' instead. To overcome this limitation, please consider
installing the GNU xargs utility instead using:
brew install findutils
See CONTRIBUTING.md and 'man pkgutil' for more information.
"