Change hash rockets to colons. (#22951)

This commit is contained in:
Markus Reiter
2016-07-20 01:05:31 -04:00
committed by Josh Hagins
parent fc8903e9c5
commit 1806aaf9a3
17 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ Given a Application (app) bundle directory on disk, extract the
associated app Bundle ID, which may be useful in a Cask uninstall
stanza, eg
uninstall :quit => 'app.id.goes.here'
uninstall quit: 'app.id.goes.here'
The app need not be running for this script to work.
+1 -1
View File
@@ -86,7 +86,7 @@ if [[ $1 =~ ^-+h(elp)?$ || -z "$1" ]]; then
Given a package file, extract a list of candidate Package IDs
which may be useful in a Cask uninstall stanza, eg
uninstall :pkgutil => 'package.id.goes.here'
uninstall pkgutil: 'package.id.goes.here'
The given package file need not be installed.
+1 -1
View File
@@ -68,7 +68,7 @@ if [[ $1 =~ ^-+h(elp)?$ ]]; then
List all installed launchjob IDs, which may be useful
in a Cask uninstall stanza, eg
uninstall :launchctl => 'job.id.goes.here'
uninstall launchctl: 'job.id.goes.here'
Launchctl jobs attributed to Apple will be ommitted.
+1 -1
View File
@@ -29,7 +29,7 @@ if [[ $1 =~ ^-+h(elp)?$ ]]; then
Print Bundle IDs for currently loaded Kernel Extensions (kexts)
which may be useful in a Cask uninstall stanza, eg
uninstall :kext => 'kext.bundle.id.goes.here'
uninstall kext: 'kext.bundle.id.goes.here'
Kexts attributed to Apple are excluded from the output.
+1 -1
View File
@@ -63,7 +63,7 @@ if [[ $1 =~ ^-+h(elp)?$ ]]; then
List IDs for currently-loaded launchctl jobs, which may be useful
in a Cask uninstall stanza, eg
uninstall :launchctl => 'job.id.goes.here'
uninstall launchctl: 'job.id.goes.here'
If this command is not run as the superuser, you will be prompted
for a password to run a subcommand using 'sudo'. The password is
+1 -1
View File
@@ -21,7 +21,7 @@ Given an Application (app) bundle directory on disk, find all
login items associated with that app, which you can use in a
Cask uninstall stanza, eg
uninstall :login_item => 'login item name'
uninstall login_item: 'login item name'
Note that you will likely need to have opened the app at least
once for any login items to be present.
+1 -1
View File
@@ -30,7 +30,7 @@ if [[ $1 =~ ^-+h(elp)?$ ]]; then
Print pkg receipt IDs for the 10 most-recently-installed packages,
which may be useful in a Cask uninstall stanza, eg
uninstall :pkgutil => 'pkg.receipt.id.goes.here'
uninstall pkgutil: 'pkg.receipt.id.goes.here'
Package IDs attributed to Apple are excluded from the output.
+1 -1
View File
@@ -34,7 +34,7 @@ list_running_app_ids [ -t <bundle-id> ]
Print a list of currently running Applications and associated
Bundle IDs, which may be useful in a Cask uninstall stanza, eg
uninstall :quit => 'bundle.id.goes.here'
uninstall quit: 'bundle.id.goes.here'
Applications attributed to Apple are excluded from the output.