Fix description of -l flag in bundle-mac (#14864)

This removes mention of "copy bundle to `/Applications`" from the help
text for `bundle-mac` because, as far as I can tell, the `-l` flag only
controls the build, not the copy/install. (The copy/install is
controlled by using the `-i` flag in conjunction with `-l`.)


Release Notes:

- N/A
This commit is contained in:
claytonrcarter 2024-07-20 12:16:54 -04:00 committed by GitHub
parent 71cbfc65b1
commit a1670551bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ Build the application bundle for macOS.
Options: Options:
-d Compile in debug mode -d Compile in debug mode
-l Compile for local architecture and copy bundle to /Applications. -l Compile for local architecture only.
-o Open dir with the resulting DMG or launch the app itself in local mode. -o Open dir with the resulting DMG or launch the app itself in local mode.
-i Install the resulting DMG into /Applications in local mode. Noop without -l. -i Install the resulting DMG into /Applications in local mode. Noop without -l.
-h Display this help and exit. -h Display this help and exit.