1
0
mirror of https://github.com/ericchiang/pup synced 2025-01-15 02:00:55 +00:00

Fixed typo

This commit is contained in:
The Potato Chronicler 2021-11-11 22:50:26 +01:00 committed by GitHub
parent 681d7bb639
commit 2c0f845885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,7 +297,7 @@ $ cat robots.html | pup 'div#p-namespaces a json{}'
]
```
Use the `-i` / `--indent` flag to control the intent level.
Use the `-i` / `--indent` flag to control the indent level.
```bash
$ cat robots.html | pup -i 4 'div#p-namespaces a json{}'