1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 06:35:24 +02:00

parallel: fix example (#12215)

This commit is contained in:
Fazle Arefin 2024-02-09 00:45:33 +11:00 committed by GitHub
parent 9d79aff615
commit be0b956ea4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,4 +33,4 @@
- Print the jobs which `parallel` is running in `stderr`:
`parallel -t {{command}}`
`parallel -t {{command}} ::: {{args}}`