pages.*: standardize capitalization in note term (#12195)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
fb4f4b550c
commit
1de9190d63
@@ -20,11 +20,11 @@
|
||||
|
||||
`launchctl list`
|
||||
|
||||
- Unload a currently loaded agent, e.g. to make changes (note: the plist file is automatically loaded into `launchd` after a reboot and/or logging in):
|
||||
- Unload a currently loaded agent, e.g. to make changes (Note: the plist file is automatically loaded into `launchd` after a reboot and/or logging in):
|
||||
|
||||
`launchctl unload ~/Library/LaunchAgents/{{my_script}}.plist`
|
||||
|
||||
- Manually run a known (loaded) agent/daemon, even if it is not the right time (note: this command uses the agent's label, rather than the filename):
|
||||
- Manually run a known (loaded) agent/daemon, even if it is not the right time (Note: this command uses the agent's label, rather than the filename):
|
||||
|
||||
`launchctl start {{script_file}}`
|
||||
|
||||
|
Reference in New Issue
Block a user