1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 10:44:55 +02:00

jq: fix typo (#2925)

This commit is contained in:
Marco Bonelli 2019-04-18 07:45:39 +02:00 committed by Owen Voke
parent 1f7234c93e
commit e952f260dc

View file

@ -28,4 +28,4 @@
- Combine multiple filters: - Combine multiple filters:
`cat {{file.json}} | jq 'unique | sort | reverse` `cat {{file.json}} | jq 'unique | sort | reverse'`