mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update list_payload_in_pkg help message regarding Apple's xargs 255 byte limitation (#58202)
This commit is contained in:
@@ -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.
|
||||
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user