Skip to content
Snippets Groups Projects
Commit c8791a78 authored by AdminXVII's avatar AdminXVII
Browse files

Fix flag in README.md

parent 9427863b
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@ Run the command with `{}` where you want your arguments to be. Currently, only o
Example (Ion syntax):
```ion
parallel -progress 'echo {}' {1..1000}
parallel --progress 'echo {}' {1..1000}
```
or in POSIX shells (with the seq command):
```bash
parallel -progress 'echo {}' $(seq 1 999)
parallel --progress 'echo {}' $(seq 1 999)
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment