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:
parent
9d79aff615
commit
be0b956ea4
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@
|
|||
|
||||
- Print the jobs which `parallel` is running in `stderr`:
|
||||
|
||||
`parallel -t {{command}}`
|
||||
`parallel -t {{command}} ::: {{args}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue