parallel: fix example (#12215)

pull/23/head
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
1 changed files with 1 additions and 1 deletions

View File

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