Change or for comma

This commit is contained in:
Marcel Bischoff 2015-10-29 16:28:04 +01:00
parent e328fda2aa
commit 8542a48b68

View File

@ -160,7 +160,7 @@ defaults write NSGlobalDomain WebKitDeveloperExtras -bool true
```
#### Get Current Page Data
Other options: `get source` or `get text`.
Other options: `get source`, `get text`.
```bash
osascript -e 'tell application "Safari" to get URL of current tab of front window'
```