mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
open: improve grammar (#3397)
This commit is contained in:
parent
7e034ef54b
commit
472516a4be
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
`open -a {{Application}}`
|
||||
|
||||
- Run a graphical macOS app based on the bundle identifier (refer to `osascript` for an easy way get this):
|
||||
- Run a graphical macOS app based on the bundle identifier (refer to `osascript` for an easy way to get this):
|
||||
|
||||
`open -b {{com.domain.application}}`
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
`open .`
|
||||
|
||||
- Reveal a file in finder:
|
||||
- Reveal a file in Finder:
|
||||
|
||||
`open -R {{path/to/file}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue